Creates an IDBObjectStore wrapper object. Object stores have methods for
storing and retrieving records, and are accessed through a transaction
object. They also have methods for creating indexes associated with the
object store. They can only be created when setting the version of the
database. Should not be created directly, access object stores through
transactions.