Skip to content

A demo app to show that TypeORM works with the cordova-sqlite-plugin

Notifications You must be signed in to change notification settings

daniel-lang/typeorm-cordova-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typeorm-cordova-example [DEPRECATED]

An updated version of this project is now at typeorm/cordova-example

This is a simple app to demonstrate the usage of TypeORM in Cordova.

Installation

  1. Cordova: Install Cordova as a global node module: npm install -g cordova
  2. Download all node dependencies: npm install
  3. Copy Reflect.js and system.src.js from the node_modules folder into www/lib
  4. Copy typeorm-browser.js from my fork by downloading and building the app (for now, until it is merged)

Running the app

Run tsc followed by cordova run android or cordova run ios

About

A demo app to show that TypeORM works with the cordova-sqlite-plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published