scylladb-zpp-2024-javascript-driver / scylladb-javascript-driver

Apache License 2.0
2 stars 0 forks source link

Setup v2 #2

Closed PiotrJunior closed 1 day ago

PiotrJunior commented 1 day ago

Created empty napi-rs project and copied datastax driver. There is no nested npm packages compared to setup v2 and instalation process is simpler. In src/ is placed Rust code and in index.js are functions calling native functions. main.js is file set as main entry point in our npm package, so we can call autogenerated functions from index.js