vaticle / typedb-driver

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
https://typedb.com
Apache License 2.0
30 stars 32 forks source link

Partial go driver implementation #663

Closed nickan2c closed 21 hours ago

nickan2c commented 2 weeks ago

Usage and product changes

Implement Basic core driver functionality of creating and closing a database.

Implementation

Implement User and Database interfaces, and Driver. Left a few TODO comments, for user functions, session functions and some iterator work where we need to use swig commands.

vaticle-bot commented 2 weeks 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

farost commented 1 week ago

Going to add my own fixes to this PR then, will merge and then run in CI afterwards.