vaticle / typedb-driver-python

TypeDB Driver for Python
https://typedb.com
Apache License 2.0
67 stars 25 forks source link

Implement native calls from Python Driver to Rust Driver #304

Closed dmikhalin closed 11 months ago

dmikhalin commented 11 months ago

What is the goal of this PR?

We replace the direct implementation of the client side of the TypeDB protocol in Python with native calls to the Rust client over FFI.

What are the changes implemented in this PR?

typedb-bot commented 11 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture