Skip to content

Instantly share code, notes, and snippets.

View edson-k's full-sized avatar

Édson Kuzniewski edson-k

View GitHub Profile
@edson-k
edson-k / migrationManager.js
Created July 27, 2017 17:15 — forked from YannickGagnon/migrationManager.js
HTML5 WebSql Database Migration
var migrationManager = (function() {
/**
* Our db instance
* @type {Database}
*/
var db = null;
/**
* Our versions, add a version when needed