{"id":13995459,"url":"https://github.com/stainless-steel/sqlite3-sys","last_synced_at":"2025-04-07T05:08:32.978Z","repository":{"id":32866772,"uuid":"36460714","full_name":"stainless-steel/sqlite3-sys","owner":"stainless-steel","description":"Bindings to SQLite","archived":false,"fork":false,"pushed_at":"2025-03-28T10:51:48.000Z","size":121,"stargazers_count":20,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T11:04:02.096Z","etag":null,"topics":["bindings","database"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stainless-steel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.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":"2015-05-28T19:20:05.000Z","updated_at":"2025-03-28T10:51:52.000Z","dependencies_parsed_at":"2024-01-20T18:05:05.788Z","dependency_job_id":"25b64c68-73b7-42e0-ab61-45decdde4a36","html_url":"https://github.com/stainless-steel/sqlite3-sys","commit_stats":{"total_commits":108,"total_committers":2,"mean_commits":54.0,"dds":0.0092592592592593,"last_synced_commit":"43ee64ab81d052b343f9034d49355249f22d7cd4"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stainless-steel%2Fsqlite3-sys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stainless-steel%2Fsqlite3-sys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stainless-steel%2Fsqlite3-sys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stainless-steel%2Fsqlite3-sys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stainless-steel","download_url":"https://codeload.github.com/stainless-steel/sqlite3-sys/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595334,"owners_count":20963943,"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","database"],"created_at":"2024-08-09T14:03:25.244Z","updated_at":"2025-04-07T05:08:32.939Z","avatar_url":"https://github.com/stainless-steel.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# sqlite3-sys [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]\n\nThe package provides bindings to [SQLite].\n\nThe following Cargo features are supported:\n\n* `linkage` creates a dependency on `sqlite3-src`, which links to a suitable\n  SQLite library;\n* `bundled` compiles SQLite from the source code, ignoring any libraries that\n  might already be installed; and\n* `encryption` enables bindings to the [SQLite Encryption Extension], which is\n  closed source and hence requires purchasing a license and installing SQLite\n  manually.\n\n## Development\n\n```shell\ncargo install bindgen-cli\ngit clone https://github.com/stainless-steel/sqlite3-src.git --recursive\nbindgen --use-core sqlite3-src/source/sqlite3.h \\\n  | sed -E \"s/^pub const ([0-9A-Z_]+): u32/pub const \\1: ::core::ffi::c_int/\" \\\n  \u003e src/base.rs\n```\n\n## Contribution\n\nYour contribution is highly appreciated. Do not hesitate to open an issue or a\npull request. Note that any contribution submitted for inclusion in the project\nwill be licensed according to the terms given in [LICENSE.md](LICENSE.md).\n\n[SQLite]: https://www.sqlite.org\n[SQLite Encryption Extension]: https://www.sqlite.org/see/doc/release/www/index.wiki\n\n[build-img]: https://github.com/stainless-steel/sqlite3-sys/workflows/build/badge.svg\n[build-url]: https://github.com/stainless-steel/sqlite3-sys/actions/workflows/build.yml\n[documentation-img]: https://docs.rs/sqlite3-sys/badge.svg\n[documentation-url]: https://docs.rs/sqlite3-sys\n[package-img]: https://img.shields.io/crates/v/sqlite3-sys.svg\n[package-url]: https://crates.io/crates/sqlite3-sys\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstainless-steel%2Fsqlite3-sys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstainless-steel%2Fsqlite3-sys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstainless-steel%2Fsqlite3-sys/lists"}