Registry / database / sqlite3-src

sqlite3-src

JSON →
library0.7.0rscratesunverified

The package provides SQLite.

# Cargo.toml [dependencies] sqlite3-src = "0.7.0"
INSTALL
IMPORT
SIG · SQLITE3-SRC
S
sqlite3-src
databaserustv0.7.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.

SQLite3
use sqlite3_src::SQLite3;

Open an in-memory SQLite database

use sqlite3_src::SQLite3; fn main() { let db = SQLite3::open(":memory:").unwrap(); println!("Database opened"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
Meta
1
OpenAI (training)
1
Resources
sqlite3-src — cargo add sqlite3-src · libregistry