I should be able to create an object store like this: db.createObjectStore("customers", { keyPath: "ssn" }); But the current interface looks like this: _IDBObjectStoreJs createObjectStore(String name) native;