losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

Usage with node.js - dynamic linking #119

Open davidsky opened 10 months ago

davidsky commented 10 months ago

Hi @losfair, thank you for what seems to be a monumental work!

I scoured the internet for examples of dynamic linking mvSQLite but found nothing useful.

I did try to modify better-sqlite3/binding.gyp in multiple ways, but without the relevant knowledge it feels like shooting in the dark.

I was hoping you could post some guide, or the patch you've mentioned here https://github.com/WiseLibs/better-sqlite3/issues/855 for everyone's convenient access.

Thank you for your time! :)