Registry / database / rexie
library0.6.2rscratesunverified

An easy-to-use, futures based wrapper around IndexedDB that compiles to WebAssembly.

# Cargo.toml [dependencies] rexie = "0.6.2"
INSTALL
IMPORT
SIG · REXIE
R
rexie
databaserustv0.6.2
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.

Rexie
use rexie::Rexie;

Opens an IndexedDB database in a WebAssembly environment.

use rexie::Rexie; async fn example() { let db = Rexie::new("my_db").await.unwrap(); println!("Database opened"); }
Debug
Known issues
gotchaOnly works in WebAssembly targets with IndexedDB support.
fix
Ensure target is wasm32-unknown-unknown and browser supports IndexedDB.
affects: >=0.6.0
Upgrade
Version history
0.6.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
1
Amazon
1
Resources
rexie — cargo add rexie · libregistry