Registry / database / indxdb

indxdb

JSON →
library0.12.0rscratesunverified

A key-value database engine abstraction layer for IndexedDB running in WASM.

# Cargo.toml [dependencies] indxdb = "0.12.0"
INSTALL
IMPORT
SIG · INDXDB
I
indxdb
databaserustv0.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Database
use indxdb::Database;

Creates a new IndexedDB database.

use indxdb::Database; fn main() { let db = Database::new("my_db").unwrap(); println!("Database created"); }
Debug
Known issues
gotchaRequires WASM target
fix
Compile with --target wasm32-unknown-unknown
affects: >=0.12.0
Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
indxdb — cargo add indxdb · libregistry