Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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