Skip to content

GDGSantiagoChile/LoveField-Starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoveField-Starter

Ionic Framework Starter app integrated with Lovefield. Lovefield is a relational database for web apps built by Google. It's written in JavaScript, works cross-browser and provides SQL-like APIs that are fast, safe, and easy to use.

This Starter demonstrates LoveField SELECT, INSERT, UPDATE and DELETE functionality and provides an Angular service to manage the LoveField database connection. No need for a plugin to get SQL-like functionality in Ionic Apps.

LoveField docs: https://google.github.io/lovefield/

LoveField source: https://github.com/google/lovefield

Ionic Market: http://market.ionic.io/starters/lovefield-starter

Installation

Download the zip file and move the contents to your www directory or use ionic start:

$ ionic start <yourapp> https://github.com/ben--wood/LoveField-Starter
$ cd <yourapp>
$ ionic serve

About

Ionic Framework Starter using LoveField JavaScript Relational database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • CSS 18.3%
  • HTML 0.1%