-
Notifications
You must be signed in to change notification settings - Fork 34
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 Erlang #586
Comments
An Erlang driver would be wonderful, for Elixir but also for Gleam, which is slowly but surely gaining popularity. Having TypeDB available for this is another big step towards being able to model data for the future. I hope you keep this in mind after the 3.0 release. I thank you very much for your work. |
I second this. |
For future reference: we could use NIFs for calling our base C driver library, but we'll need to write the wrappers ourselves (manually or by creating an automation, if possible). SWIG is not supported. However, there is a crate called rustler that we could use to write these NIFs easier and faster. It deserves further investigation. |
Yes creating Rust NIFs with Rustler has become the preferred way thanks to Rust's memory safety. |
TypeDB is awesome and I definitely want to be able to use it easily in Phoenix/Elixir applications.
The text was updated successfully, but these errors were encountered: