Crate indxdb

Crate indxdb 

Source

Re-exports§

pub use self::db::*;
pub use self::err::*;
pub use self::kv::*;
pub use self::tx::*;

Modules§

db
This module stores the core IndexedDB database type.
err
This module stores the database error types.
kv
sp
This module stores the core IndexedDB savepoint type.
tx
This module stores the database transaction logic.