You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 wisely
Thanks! Cool lib anyway :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: