Open prabhu opened 9 months ago
sequelize doesn't work either. https://github.com/sequelize/sequelize/issues/12836
With sqlite3
there are WASM alternatives that may simplify cross-platform issues:
https://www.npmjs.com/package/node-sqlite3-wasm
Thanks @jdalton. This project definitely is interesting. Will you be interested in sharing a PR to switch to this package?
@prabhu Yes, I'm up for attempting it!
We probably need to use the runtime-specific SQLite libraries based on Deno and Bun!