MikroORM SQLite WASM Driver

JSON →
library 2.23.0 ·javascript
verified Jun 7, 2026

An experimental SQLite driver for MikroORM using WebAssembly, targeting browser and edge runtime environments where native SQLite bindings are unavailable. Version 2.23.0 supports MikroORM v6 and provides an in-memory SQLite database through sql.js WASM. Key differentiators: enables MikroORM in non-Node.js runtimes, zero native dependencies. Currently in active development with frequent releases; breaking changes possible. Compared to better-sqlite3, this driver is browser-compatible but slower and limited to in-memory databases. It is part of the Graphweaver headless CMS ecosystem but can be used standalone. Does not support disk persistence or WAL mode.