{"library":"meadow-connection-sqlite-browser","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"1.0.2","tags":["javascript","meadow","sqlite","browser","sql.js","wasm"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install meadow-connection-sqlite-browser","imports":["const libMeadowConnectionSQLiteBrowser = require('meadow-connection-sqlite-browser');","const connection = new libMeadowConnectionSQLiteBrowser(); connection.connectAsync(callback);","fable.serviceManager.addServiceType('MeadowSQLiteProvider', libMeadowConnectionSQLiteBrowser);"]},{"cmd":"yarn add meadow-connection-sqlite-browser","imports":[]},{"cmd":"pnpm add meadow-connection-sqlite-browser","imports":[]}],"homepage":"https://github.com/stevenvelozo/meadow-connection-sqlite-browser","github":"https://github.com/stevenvelozo/meadow-connection-sqlite-browser","docs":null,"changelog":null,"pypi":null,"npm":"meadow-connection-sqlite-browser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}