Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teerasej/ionic-example-sqlite
An example Ionic Project that demonstrate how to use ngCordova's SQLite plugin
https://github.com/teerasej/ionic-example-sqlite
Last synced: 1 day ago
JSON representation
An example Ionic Project that demonstrate how to use ngCordova's SQLite plugin
- Host: GitHub
- URL: https://github.com/teerasej/ionic-example-sqlite
- Owner: teerasej
- License: mit
- Created: 2015-04-18T05:27:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T14:56:00.000Z (over 8 years ago)
- Last Synced: 2024-04-13T19:04:48.263Z (9 months ago)
- Language: JavaScript
- Size: 4.56 MB
- Stars: 29
- Watchers: 8
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic Framework SQLite Example - One Word Save
An example Ionic framework that use ngCordova's SQLite plugin.According to my training session. I decided to provide a quick, clean example, to show how to save/load data from SQLite database in mobile application which built on Ionic framework technology.
> I used Ionic CLI version 1.3.19.
## Installation
After clone the project, you need to add your platform and ngCordova's SQLite plugin:
```
ionic state restore
cordova plugin add https://github.com/litehelpers/Cordova-sqlite-storage.git
ionic platform add android
ionic platform add ios
```
Then go on.## Important Note
ngCordova's SQLite plugin doesn't work on Web browser. You've to run the project in Simulator or real device.
## Instruction, Explanation, and tutorial
I explain all essential part of this app in my blog: http://nextflow.in.th/en/2015/easy-way-to-work-with-sqlite-database-in-ionic-framework/
## Contact me for training service
[email protected]
Tel (+66) 86 661 5058