websql-orm
JSON →websql-orm is an ORM framework for TypeScript, Angular, Cordova, and browser environments that wraps WebSQL and SQLite databases. Version 2.6.1 is the latest stable release, with regular updates. It uses decorators to define tables, columns, and foreign key references, generating SQL schemas automatically. Key differentiators: supports both browser WebSQL and Cordova sqlite-storage via a config flag, provides a Table base class for entity models, and includes methods like insert, update, delete, and raw SQL queries. It is designed for Angular developers needing offline-first mobile or web apps with minimal SQL boilerplate.
Resources
packagewebsql-orm ↗