{"id":74781,"library":"sqlite3-src","title":"SQLite3 Source","description":"The package provides SQLite.","status":"active","version":"0.7.0","language":"rust","source_language":null,"source_url":"https://github.com/stainless-steel/sqlite3-src","tags":["sqlite","database","embedded"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsqlite3-src = \"0.7.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add sqlite3-src","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"SQLite3","correct":"use sqlite3_src::SQLite3;"}],"quickstart":{"code":"use sqlite3_src::SQLite3;\n\nfn main() {\n    let db = SQLite3::open(\":memory:\").unwrap();\n    println!(\"Database opened\");\n}","lang":"rust","description":"Open an in-memory SQLite database"},"warnings":[],"env_vars":null,"search_vec":"'databas':8 'embed':9 'packag':4 'provid':5 'sourc':2 'sqlite':6,7 'sqlite3':1","created_at":"2026-06-17T19:08:11.589494+00:00","updated_at":"2026-06-17T19:08:11.589494+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/stainless-steel/sqlite3-src","github":"https://github.com/stainless-steel/sqlite3-src","docs":"https://docs.rs/sqlite3-src/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}