SQLite Plugin for Capacitor
SQLite Plugin for Capacitor
SQLite Plugin for Capacitor is a plugin that allows you to use SQLite for data storage in iOS and Android platforms. Since Capacitor supports Electron and the web (as a PWA) the plugin uses IndexedDB/localStorage to store your data.
SQLite plugin for Capacitor provides methods to store, retrieve, update and delete data from a SQLite database in iOS and Android or localStorage in the web and Electron
Use SQLite plugin for Capacitor if you need a better way to store your data on native platforms
Usage:
You can use this plugin by running the following command:
npm install capacitor-plugin-sqlite