capacitor-sqlite-android
JSON →A Capacitor plugin for native Android SQLite database operations. Version 0.2.0 provides methods for loading databases, querying single objects or lists, and inserting/updating/deleting entities directly from Capacitor apps. It requires @capacitor/core ^3.0.0 and is designed for Android only. Compared to web SQLite solutions, it offers native performance and direct file system access. However, the API is still basic (no transactions, migrations, or prepared statements) and may change in future releases.
Resources
packagecapacitor-sqlite-android ↗