Registry / database / bonsaidb-local

bonsaidb-local

JSON →
library0.5.0rscratesunverified

Local database storage for BonsaiDb.

# Cargo.toml [dependencies] bonsaidb-local = "0.5.0"
INSTALL
IMPORT
SIG · BONSAIDB-LOCAL
B
bonsaidb-local
databaserustv0.5.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 bonsaidb_local::Database;

Opens a local BonsaiDb database.

use bonsaidb_local::Database; fn main() -> Result<(), Box<dyn std::error::Error>> { let db = Database::open("my_db")?; println!("Database opened"); Ok(()) }
Debug
Known issues
gotchaRequires the 'local' feature flag to be enabled in Cargo.toml.
fix
Add `bonsaidb-local = { version = "0.5", features = ["local"] }` to your dependencies.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
bonsaidb-local — cargo add bonsaidb-local · libregistry