Coder Social home page Coder Social logo

hrthakur007 / phonegap-prepopulate-db Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atkinson/phonegap-prepopulate-db

0.0 2.0 0.0 103 KB

Example showing how to prepopulate a WebSQL database using SQLite.

Home Page: jetfar.com

HTML 100.00%

phonegap-prepopulate-db's Introduction

Background

HTML5 WebSQL databases are currently available in Safari (including Mobile Safari), and the HTML5 FileAPI is implemented in Phonegap.

Unfortunately the WebSQL API wasn't prescriptive in a number of areas; there is no canonical method of furnishing your HTML5 offline app with a pre-populated SQL database.

It took me quite a while to figure out how to get this to work reliably - so here's the solution.

Requirements

This example web page will run inside phonegap, and probably any other HTML5 browser that supports SQL and File.

What is it

A demonstration of how to pre-populate an HTML5 webSQL database using a textfile created by the sqlite .dump command.

Usage (phonegap)

Copy the index.html file into your phonegap app /www folder

Create your SQL seed file from a SQLite database using the command:

sqlite .dump <database_name> > dump.sql

If using phonegap, copy the dump file into your www folder.

Edit the SQL_DUMP_FILE global variable.

Compile and run.

License

BSD

phonegap-prepopulate-db's People

Contributors

atkinson avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.