crossdb-org / crossdb

Ultra High-performance Lightweight Embedded and Server OLTP RDBMS✨
https://crossdb.org
Mozilla Public License 2.0
168 stars 8 forks source link

CrossDB bindings for JavaScript (Node.js) #32

Open damartripamungkas opened 1 day ago

damartripamungkas commented 1 day ago

Hi, I am interested in using CrossDB with JavaScript (Node.js) and was wondering if there are any existing bindings or plans to support Node.js. If not, would it be possible to add this feature in the future? Any information or guidance on how to implement it would also be appreciated.

Thanks!

jcwangxp commented 22 hours ago

Sorry, I'm not familiar with js. Could you refer sqlite js and implement the binding? You can refer following bindings also. https://github.com/crossdb-org/crossdb-cpp/blob/main/crossdb.hpp https://github.com/crossdb-org/crossdb-python/blob/main/crossdb.py https://github.com/crossdb-org/crossdb-go/blob/main/crossdb.go If you're ready, I can create a reop and invite as maintainer.