Meadow SQLite Browser Connection Provider
JSON →A browser-compatible SQLite connection provider for the Meadow ORM, version 1.0.2. It replaces the native better-sqlite3 addon with sql.js (SQLite compiled to WASM), enabling Meadow to run in web browsers. It provides a better-sqlite3 compatible API wrapper, supporting in-memory databases only. It is maintained as part of the Meadow ecosystem, with updates following the Meadow release cadence. Unlike the standard meadow-connection-sqlite (better-sqlite3), this package works in both browser and Node.js environments without native dependencies.