Structs§
Enums§
- Async
Operation - Operations that are not executed instantly, but rather added to a queue that is eventually run.
- Async
Read Only Operation - Async
Read Write Operation - Backend
Error - Any error from the backend
- Create
Object Result - IndexedDB
KeyType - https://www.w3.org/TR/IndexedDB-2/#key-type
- IndexedDB
Thread Msg - IndexedDB
TxnMode - KeyPath
- PutItem
Result - Sync
Operation
Type Aliases§
- Backend
Result - DbError
- DbResult
- A DbResult wraps any part of a call that has to reach into the backend (in this case sqlite.rs) These errors could be anything, depending on the backend