Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 201 Bytes

File metadata and controls

8 lines (6 loc) · 201 Bytes

Create a table

Use the idb instance to create a table. At this point there will be no table created in the system.

const tableName = 'my-table';
const table = idb.createTable(tableName);