-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language Driver Request for Golang #627
Labels
Comments
The basic checklist, it could be updated with new details in the future: Base questions:
Initial Bazel setup:
Initial BDD setup:
Initial SWIG setup:
Connection implementation step:
Implementation finish:
|
Choice of Go Version is 1.21 (Go releases)
|
Publishing: https://go.dev/doc/modules/developing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 see for a target language for our drivers, it seems to be a good aim for us.
SWIG to use our native C functions: check (pay attention to the memory management and how it wraps arrays, some typemaps could be found from the official repo).
Bazel rules: check.
Cucumber lib for BDD: check(official!).
The text was updated successfully, but these errors were encountered: