SQLite-WebSQL ORM

JSON →
library 1.2.1 ·javascript
verified Jun 4, 2026

An ORM for SQLite and WebSQL databases, designed for Angular 2+ and Ionic 2+ applications. Version 1.2.1 is the current stable release, with support for Angular 6 and Node >=8.11. The package has undergone major breaking changes from version 0.2.2 to 1.0.0+, replacing the module name from OrmModule to SqliteWebsqlOrmModule, introducing adapters (ADAPTERS.auto, ADAPTERS.sqlite, ADAPTERS.websql) instead of useFakeData, and simplifying schema generation. It ships TypeScript types and has peer dependencies on @angular/common, @angular/core, @ionic-native/core, @ionic-native/sqlite, rxjs, and rxjs-compat. Key differentiator: works across both WebSQL (browser) and SQLite (mobile) with a single API.