Dexie Logo
Documentation

Table.name

Syntax

table.name

Type

Sample

var db = new Dexie("MyDB");
db.version(1).stores({friends: "++id"});

alert (db.friends.name); // Will alert ("friends");

© 2014-2025 Awarica AB

Made with love for great people.

Read Terms & Conditions and Privacy Policy.