-
-
Notifications
You must be signed in to change notification settings - Fork 668
Table.name
David Fahlander edited this page Apr 15, 2014
·
3 revisions
db.name
var db = new Dexie("MyDB");
db.version(1).stores({friends: "++id"});
alert (db.friends.name); // Will alert ("friends");
Dexie.js - minimalistic and bullet proof indexedDB library