{"id":13994559,"url":"https://github.com/vlcn-io/sqlite-rs-embedded","last_synced_at":"2025-10-12T12:42:52.704Z","repository":{"id":130692991,"uuid":"588371457","full_name":"vlcn-io/sqlite-rs-embedded","owner":"vlcn-io","description":"Rust bindings for SQLite that are no_std and wasm compatible","archived":false,"fork":false,"pushed_at":"2023-12-21T19:57:05.000Z","size":287,"stargazers_count":39,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-29T16:39:22.473Z","etag":null,"topics":["bindings","no-std","rust","sqlite","wasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vlcn-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-01-13T00:32:08.000Z","updated_at":"2024-07-01T02:01:52.000Z","dependencies_parsed_at":"2023-07-09T15:01:59.746Z","dependency_job_id":"d47c11c8-0f8e-4fb4-adc9-b54c81250e57","html_url":"https://github.com/vlcn-io/sqlite-rs-embedded","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlcn-io%2Fsqlite-rs-embedded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlcn-io%2Fsqlite-rs-embedded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlcn-io%2Fsqlite-rs-embedded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlcn-io%2Fsqlite-rs-embedded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlcn-io","download_url":"https://codeload.github.com/vlcn-io/sqlite-rs-embedded/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238346708,"owners_count":19456792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bindings","no-std","rust","sqlite","wasm"],"created_at":"2024-08-09T14:02:56.825Z","updated_at":"2025-10-12T12:42:47.683Z","avatar_url":"https://github.com/vlcn-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# SQLite no_std\n\n\u003e Note: these bindings are faithful to the base SQLite C-API as much as possible for minimum rust\u003c-\u003ec overhead. This, however, means that the bindings are not entirely safe. E.g., the SQLite statement object will clear returned values out from under you if you step or finalize it while those references exist in your Rust program.\n\nSQLite is lite. Its bindings should be lite too. They should be able to be used _anywhere_ SQLite is used, _not_ incur any performance impact, _not_ include any extra dependencies, and be usable against _any_ SQLite version.\n\nThus this repository was born.\n\nThese bindings:\n\n- Do not require the rust standard library\n- Use the SQLite memory subsystem if no allocator exists\n- Can be used to write SQLite extensions that compile to WASM and run in the browser\n- Does 0 copying. E.g., through some tricks, Rust strings are passed directly to SQLite with no conversion to or copying to CString.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlcn-io%2Fsqlite-rs-embedded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlcn-io%2Fsqlite-rs-embedded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlcn-io%2Fsqlite-rs-embedded/lists"}