@@ -11,15 +11,22 @@ This repository stores all TypeDB Drivers built and supported by TypeDB.
1111
1212See the table below for links to README files, documentation, and source code.
1313
14- | Driver | Readme | Documentation | Driver location |
15- | ---------| --------------------------------------------------------------------------------------| ------------------------------------------------------------------| -------------------------------------------------------------------------------|
16- | Rust | [ README] ( https://github.com/typedb/typedb-driver/tree/master/rust/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/rust/overview ) | [ ` rust/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/rust ) |
17- | Python | [ README] ( https://github.com/typedb/typedb-driver/tree/master/python/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/python/overview ) | [ ` python/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/python ) |
18- | Node.js | [ README] ( https://github.com/typedb/typedb-driver/tree/master/nodejs/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/nodejs/overview ) | [ ` nodejs/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/nodejs ) |
19- | Java | [ README] ( https://github.com/typedb/typedb-driver/tree/master/java/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/java/overview ) | [ ` java/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/java ) |
20- | C | [ README] ( https://github.com/typedb/typedb-driver/tree/master/c/README.md ) | See C++ | [ ` c/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/c ) |
21- | C++ | [ README] ( https://github.com/typedb/typedb-driver/tree/master/cpp/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/cpp/overview ) | [ ` cpp/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/cpp ) |
22- | C# | [ README] ( https://github.com/typedb/typedb-driver/tree/master/csharp/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/csharp/overview ) | [ ` csharp/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/csharp ) |
14+ | Driver | Readme | Documentation | Driver location |
15+ | -----------------| ---------------------------------------------------------------------------------| -----------------------------------------------------------------------------------| --------------------------------------------------------------------------|
16+ | Rust | [ README] ( https://github.com/typedb/typedb-driver/tree/master/rust/README.md ) | [ Documentation] ( https://typedb.com/docs/reference/typedb-grpc-drivers/rust ) | [ ` rust/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/rust ) |
17+ | Python | [ README] ( https://github.com/typedb/typedb-driver/tree/master/python/README.md ) | [ Documentation] ( https://typedb.com/docs/reference/typedb-grpc-drivers/python ) | [ ` python/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/python ) |
18+ | Java | [ README] ( https://github.com/typedb/typedb-driver/tree/master/java/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/java/overview ) | [ ` java/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/java ) |
19+ | Typescript HTTP | [ README] ( https://github.com/typedb/typedb-driver/tree/master/http-ts/README.md ) | [ Documentation] ( https://typedb.com/docs/reference/typedb-http-drivers/typescript ) | [ ` http-ts/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/nodejs ) |
20+
21+ There are also some GRPC drivers that are available for TypeDB 2.x but have not been upgraded to 3.x yet. Please contact
22+ us if you need one of these, or use the [ HTTP API] ( https://typedb.com/docs/reference/typedb-http-api )
23+
24+ | Driver | Readme | Documentation | Driver location |
25+ | ---------| --------------------------------------------------------------------------------| --------------------------------------------------------------| -------------------------------------------------------------------------|
26+ | Node.js | [ README] ( https://github.com/typedb/typedb-driver/tree/master/nodejs/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/2.x/nodejs/ ) | [ ` nodejs ` ] ( https://github.com/typedb/typedb-driver/tree/master/nodejs ) |
27+ | C# | [ README] ( https://github.com/typedb/typedb-driver/tree/master/csharp/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/2.x/csharp/ ) | [ ` csharp/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/csharp ) |
28+ | C | [ README] ( https://github.com/typedb/typedb-driver/tree/master/c/README.md ) | See C++ | [ ` c/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/c ) |
29+ | C++ | [ README] ( https://github.com/typedb/typedb-driver/tree/master/cpp/README.md ) | [ Documentation] ( https://typedb.com/docs/drivers/2.x/cpp/ ) | [ ` cpp/ ` ] ( https://github.com/typedb/typedb-driver/tree/master/cpp ) |
2330
2431### Package hosting
2532
0 commit comments