{"id":22820185,"url":"https://github.com/kizzycode/sqlite-tiny-rust","last_synced_at":"2025-03-30T23:16:40.054Z","repository":{"id":223200934,"uuid":"759582587","full_name":"KizzyCode/sqlite-tiny-rust","owner":"KizzyCode","description":"A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API","archived":false,"fork":false,"pushed_at":"2024-02-19T00:31:54.000Z","size":2462,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-20T13:35:45.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/KizzyCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE BSD 2-CLAUSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-18T23:25:07.000Z","updated_at":"2024-06-11T14:16:05.984Z","dependencies_parsed_at":"2024-02-19T00:16:38.057Z","dependency_job_id":"5adbb4aa-9191-425f-a312-6edb192d45f3","html_url":"https://github.com/KizzyCode/sqlite-tiny-rust","commit_stats":null,"previous_names":["kizzycode/sqlite-tiny-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fsqlite-tiny-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fsqlite-tiny-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fsqlite-tiny-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2Fsqlite-tiny-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KizzyCode","download_url":"https://codeload.github.com/KizzyCode/sqlite-tiny-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390858,"owners_count":20769478,"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":[],"created_at":"2024-12-12T15:16:54.138Z","updated_at":"2025-03-30T23:16:40.032Z","avatar_url":"https://github.com/KizzyCode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/sqlite-tiny-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/sqlite-tiny-rust)\n[![docs.rs](https://docs.rs/sqlite-tiny/badge.svg)](https://docs.rs/sqlite-tiny)\n[![crates.io](https://img.shields.io/crates/v/sqlite-tiny.svg)](https://crates.io/crates/sqlite-tiny)\n[![Download numbers](https://img.shields.io/crates/d/sqlite-tiny.svg)](https://crates.io/crates/sqlite-tiny)\n[![dependency status](https://deps.rs/crate/sqlite-tiny/latest/status.svg)](https://deps.rs/crate/sqlite-tiny)\n\n\n# `sqlite-tiny`\nWelcome to `sqlite-tiny` 🎉\n\nThis crate is minimalistic SQLite library crate which ships the amalgamation variant and provides a tiny Rust API. If\nyou just want the embedded SQLite library plus the generated C bindings, you can disable the `api`-feature (enabled by\ndefault).\n\n## Performance Considerations\nFor the sake of simplicity, this crate operates under the following assumption: `malloc` is cheap. To keep the code\nclean and readable, we are quite liberal with allocating memory and copying data to avoid overly complex life-time\njuggling.\n\nSome locations where we do this are (non-exhaustive):\n- Binding values: Since some values require a temporary intermediate representation before they can be bound, and\n  statements should be able to outlive a passed argument, we instruct SQLite to copy the values into an internal buffer\n- Reading values: To avoid lifetime troubles, we always copy a value from a row/column out of the SQLite context into \n  Rust-managed memory immediately on access\n\n## Distriuted SQLite Version\nFor simplicity, this crate does not link to external SQLite versions, but exclusively builds and embeds the amalgamation\nin the [`dist`-folder](dist/). For more information see [`dist/README.md`](dist/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fsqlite-tiny-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkizzycode%2Fsqlite-tiny-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Fsqlite-tiny-rust/lists"}