All Projects → TeamClouders → Ionic-2-sqlite-demo

TeamClouders / Ionic-2-sqlite-demo

Licence: other
Simple demo to show how to work with Sqlite Storage in Ionic 2

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ionic-2-sqlite-demo

Wxsqlite3
wxSQLite3 - SQLite3 database wrapper for wxWidgets (including SQLite3 encryption extension)
Stars: ✭ 373 (+1765%)
Mutual labels:  sqlite, sqlite-database
Avsqldebugger
A Simple Core Data Debugger that will look inside your apps DB
Stars: ✭ 30 (+50%)
Mutual labels:  sqlite, sqlite-database
Androidwithkotlin
🚀 These are android sample projects which are written in Kotlin. It covers video streaming, mp3 player, sqlite, location services, custom camera, o-notifications, simple compass etc.
Stars: ✭ 447 (+2135%)
Mutual labels:  sqlite, sqlite-database
mdb2sqlite
Conversion tool used to convert microsoft access database to sqlite.
Stars: ✭ 79 (+295%)
Mutual labels:  sqlite, sqlite-database
Pssqlite
PowerShell module to query SQLite databases
Stars: ✭ 184 (+820%)
Mutual labels:  sqlite, sqlite-database
Sqlite Utils
Python CLI utility and library for manipulating SQLite databases
Stars: ✭ 368 (+1740%)
Mutual labels:  sqlite, sqlite-database
Sqlitedb
Basic SQLite wrapper for Swift 4.x and lightweight ORM for accessing underlying tables in an SQLite database
Stars: ✭ 538 (+2590%)
Mutual labels:  sqlite, sqlite-database
Squeal
A Swift wrapper for SQLite databases
Stars: ✭ 303 (+1415%)
Mutual labels:  sqlite, sqlite-database
Cachew
Transparent and persistent cache/serialization powered by type hints
Stars: ✭ 155 (+675%)
Mutual labels:  sqlite, sqlite-database
Kirby3 Autoid
Automatic unique ID for Pages, Files and Structures including performant helpers to retrieve them. Bonus: Tiny-URL.
Stars: ✭ 58 (+190%)
Mutual labels:  sqlite, sqlite-database
Tuql
Automatically create a GraphQL server from a SQLite database or a SQL file
Stars: ✭ 526 (+2530%)
Mutual labels:  sqlite, sqlite-database
todo-list
TodoList using Ionic2/3 & Firebase: * PWA * SSO Google plus. * Share list via QRcode. * Upload image from Camera or Storage. * Speech Recognition.
Stars: ✭ 18 (-10%)
Mutual labels:  storage, ionic2
Sqlitemanager
Sqlite Manager is a Dev Debug tool that helps to view/add/remove/edit data your android Sqlite Database in-app with ease. (supports Custom queries aswell)
Stars: ✭ 37 (+85%)
Mutual labels:  sqlite, sqlite-database
Iosdebugdatabase
make it easy to debug databases in iOS applications iOS debug database
Stars: ✭ 219 (+995%)
Mutual labels:  sqlite, sqlite-database
nim-gatabase
Connection-Pooling Compile-Time ORM for Nim
Stars: ✭ 103 (+415%)
Mutual labels:  sqlite, sqlite-database
storage
Mongoose-like schema validation, collections and documents on browser (client-side)
Stars: ✭ 17 (-15%)
Mutual labels:  storage
perfmonger
No description or website provided.
Stars: ✭ 39 (+95%)
Mutual labels:  storage
sack.vfs
Node addon which adds a virtual file system interface; websockets; json(6) parsing; sql support(sqlite,odbc); javascript sched_yield; ssl certificate generation; more...
Stars: ✭ 29 (+45%)
Mutual labels:  sqlite
DBMSology
The Paper List on Design and Implmentation of System Software
Stars: ✭ 67 (+235%)
Mutual labels:  storage
SQLitePractice
数据库案例:1.使用时间和日期函数,增,查时间字段。2.利用ContentProvider,CursorLoader,SQLite实现数据库的观察者模式。3.RxJava,SQLBrite实现数据库的观察者模式。4.拷贝外部db文件到数据库中
Stars: ✭ 21 (+5%)
Mutual labels:  sqlite

Cordova Sqlite Example in Ionic 2

The Purpose to make this demo is because many of developers having issue with lots of plugins and this is one of them. So I tried to Make Simple to Demo with CRUD Operation in Sqlite Ionic 2.

I hope You will find it very helpfull..

Steps:

  1. Download Nodejs.
  2. Download git.
  3. type npm install -g ionic cordova in your command prompt.
  4. type git clone https://github.com/TeamClouders/Ionic-2-sqlite-demo in your command prompt.
  5. After cloning type npm install to install dependencies.
  6. Attach your Mobile Device (Android/IOS).
  7. If Android first type adb devices to check if your device is avalible and Add Platform for yours example ionic platform add android OR ios
  8. If Device is avalible type ionic run android it will build and install on your android device.
  9. For IPhone build type ionic build ios (only works when using Mac).
  10. open XCODE And deloy on your device or simmulator.

display data

display data display data

display data

I made Simple Steps to show you how to work with core sqlite in typescript.

More demos are Comming soon..

Good Luck...!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].