1.0.0-alpha.1 • Published 6 years ago

capacitor-plugin-sqlite v1.0.0-alpha.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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