Skip to content

An example Ionic Project that demonstrate how to use ngCordova's SQLite plugin

License

Notifications You must be signed in to change notification settings

Gen-i-soft/Ionic-Example-SQLite

 
 

Repository files navigation

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 fork the project, you need to add your platform and ngCordova's SQLite plugin:

ionic platform add android
ionic platform add ios
cordova plugin add https://github.com/brodysoft/Cordova-SQLitePlugin.git

Then go on.

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

About

An example Ionic Project that demonstrate how to use ngCordova's SQLite plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • CSS 15.0%
  • HTML 0.1%