typedb-driver icon indicating copy to clipboard operation
typedb-driver copied to clipboard

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.

Results 107 typedb-driver issues
Sort by recently updated
recently updated
newest added

## 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....

type: feature
priority: low

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...

type: feature
priority: medium

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:...

type: bug

## 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...

type: refactor
priority: medium

## 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: ```...

type: bug
priority: high

## 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...

type: refactor
priority: medium

## 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`...

priority: high
domain: build