←back to thread

7 points dbzero | 1 comments | | HN request time: 0s | source
Show context
fjfaase ◴[] No.46339472[source]
I see this coded in C++ and I wonder if there is also an C++ API available? Are you considering other bindings, besides Python? What about C#?
replies(1): >>46339560 #
1. dbzero ◴[] No.46339560[source]
While at this point there's no official C++ API provided you might try accessing C++ object interfaces directly (it's a lot of coding though). We plan to release an SDK for implementing your own C++ extensions within next couple of months. As of now we don't have any plans for supporting C# - but we have a prototype version for JavaScript. Interestingly JavaScript and Python objects will be fully interoperable so dbzero might become a convenience interface between those worlds.