Module
Dexie.Transaction
- Package
- purescript-dexie
- Repository
- mushishi78/purescript-dexie
#abort Source
abort :: forall me. MonadEffect me => Transaction -> me Unit
Discards all the previous changes and fails all future calls in the transaction
Documentation: dexie.org/docs/Transaction/Transaction.abort()
#table Source
table :: forall me. MonadEffect me => String -> Transaction -> me Table
Get a transaction-bound Table
instance representing one of the object stores.
Documentation: dexie.org/docs/Transaction/Transaction.table()