Module
Dexie.Data
- Package
- purescript-dexie
- Repository
- mushishi78/purescript-dexie
#Collection Source
data Collection :: Type
Represents a collection of database objects. Note that it will not contain any objects by itself. Instead, it yields a preparation for how to execute a DB query.
Documentation: dexie.org/docs/Collection/Collection
Methods: Dexie.Collection
#Table Source
data Table :: Type
Represents an IDBObjectStore.
Documentation: dexie.org/docs/Table/Table
Methods: Dexie.Table
#Transaction Source
data Transaction :: Type
Represents a database transaction.
Documentation: dexie.org/docs/Transaction/Transaction
Methods: Dexie.Transaction
#Version Source
data Version :: Type
Used to define a migration to be run against a database
Documentation: dexie.org/docs/Version/Version
Methods: Dexie.Version
#WhereClause Source
data WhereClause :: Type
Represents a filter on an index or primary key.
Documentation: dexie.org/docs/WhereClause/WhereClause
Methods: Dexie.WhereClause