Erlang NIF Implementation #177
niamtokik
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I started to work on an implementation of cozodb in Erlang using libcozo_c. You can find here the code https://github.com/niamtokik/cozo. Don't know if it's the good place to announce it though. Anyway, it's working but I just worked few hours on it, documentation, spec and tests are missing or partially implemented.
I would like to know if there is another way to query the database, instead of using cozoscript, I would like to use something smaller, like a binary format or something easier to parse like json. Is it something possible to accomplish with the current library? or another one?
Beta Was this translation helpful? Give feedback.
All reactions