Module
Web.IDB
- Package
- purescript-idb
- Repository
- philippedev101/purescript-idb
PureScript FFI bindings for IndexedDB via the idb library.
All operations run in Aff and work with any IndexedDB-compatible
environment (browsers, or Node.js with fake-indexeddb).
#IDBDatabase Source
data IDBDatabaseAn opaque handle to an open IndexedDB database.
- Modules
- Web.
IDB