typedb-driver
typedb-driver copied to clipboard
TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
## Problem to Solve Currently, `RelationType.set_relates` returns `Promise[None]`. This is pretty inconvenient, as a lot of the time we then want to perform further operations on the newly created role....
Hello, Please consider adding a PHP connector. Thanks !
## Problem to Solve It helps with automation and for general understanding what is running on various computers and environments ## Current Workaround In debug mode run ``` from importlib.metadata...
That would be a nice addition for users that uses Flutter as their client stack.
## Description A transaction 'on close' callback registered is not always called. ## Environment 1. TypeDB distribution: Core, but it's a driver side bug. 2. TypeDB version: 2.25.7 3. Environment:...
## Problem to Solve Recently, the Python driver was updated to replace many methods with properties, for example: ``` Transaction.query() ``` became: ``` Transaction.query ``` This change was not propagated...
## Description When trying to rename concepts in the Bio project after making changes to the schema, several different errors were thrown by Studio, and also by Client Python: ```...
## Problem to Solve We expect all networked Concept API calls to be async Promises or Streams - however, we find that `Relation.getPlayers` returns a Map in a blocking style...
## Problem to Solve When using Python driver installations on Ubuntu/Debian, it works fine if you're using the system's built-in Python version, but starts to fall over if you `apt`...