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

https://github.com/vaticle/typedb-driver/blob/5932aad79e759d2c84d3726b36e030787325bbdb/java/common/Loader.java#L60

type: refactor
priority: low

## Problem to Solve Some languages do not support setting time zones via the language itself (`cpp` is limited to `POSIX`, `csharp` doesn't support it at all, ...). It makes...

## Problem to Solve Test `//python/tests/integration:test_cloud_failover` is commented inside `automation.yml` for `Factory`. There are opinions that this test broke when we transitioned to hermetic `python` rules. ## Proposed Solution Uncomment...

## Description Calling `Promise.resolve()` more than once causes a segmentation fault. ## Reproducible Steps 1. Set up ```kotlin val relationType = transaction.concepts().putRelationType(relationName) relationType.resolve() relationType.resolve() ``` 2. Unexpected result Rust driver...

## Usage and product changes Added and populated driver name and version fields to the Connection.Open request payload. Note: despite proto3 being able to handle added fields, due to a...

type: feature
priority: medium
x: do not merge

Golang (or just Go) is a popular language and many Go developers could benefit from using TypeDB driver in their code. Considering the already existing instruments we usually want to...

type: feature

TypeDB is awesome and I definitely want to be able to use it easily in Phoenix/Elixir applications.

## Usage and product changes Updates the cucumber messages & gherkin parser used by the C++ BDD tests. ## Implementation * Updates our code to reflect the updates (re-organised includes...

type: build
dependencies

## What is the goal of this PR? We've moved the pulse mechanism from session to client. Architecturally it makes more sense - the pulse is a mechanism to detect...

type: refactor
priority: high

## Problem to Solve Using type/role objects in many concept API methods for instantiating types or interfaces is very inconvenient. Significant extra code is required, and several unnecessary round trips...

type: refactor
priority: high