cordova-plugin-nano-sqlite
JSON →A Cordova plugin that enables NanoSQL to use native SQLite on iOS/Android while falling back to IndexedDB/WebSQL in the browser with the same API. Version 1.7.0 is the latest stable release. It provides full TypeScript support, an ORM, runtime type casting, undo/redo, and supports standard RDBMS queries like joins, groupby, and ordering. Differentiators include seamless cross-platform testing and a unified API for browser and device, unlike other SQLite plugins that require separate APIs.