table.name
String
var db = new Dexie("MyDB"); db.version(1).stores({friends: "++id"}); alert (db.friends.name); // Will alert ("friends");