Open LuKks opened 7 months ago
Otherwise, for the worst case that there will be no Node.js bindings: Any hints on how to properly implement bindings besides protocol docs? Like what to consider, what are the must-have or optionals, methods to watch out for that are easy to implement unsafely, etc
A lot of developers would use or try out dqlite if there were Node.js bindings
I was considering to make basic bindings but the more I read
include/dqlite.h
the more it looks non-trivial for me as there are many methods and protocols to follow, so this leads me to end up using rqlite like many other devs probably. rqlite looks awesome tho, it's just normal to try out alternatives to choose wiselyThanks! Cool lib anyway :)