{"id":33935762,"url":"https://github.com/mel-project/boringdb","last_synced_at":"2026-03-08T23:30:51.142Z","repository":{"id":45569391,"uuid":"371135392","full_name":"mel-project/boringdb","owner":"mel-project","description":"Robust, reasonably high-performance key-value database built on SQLite","archived":false,"fork":false,"pushed_at":"2022-05-12T22:10:06.000Z","size":55,"stargazers_count":47,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T18:40:19.595Z","etag":null,"topics":["database","rust","sql","sqlite"],"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/mel-project.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}},"created_at":"2021-05-26T18:38:07.000Z","updated_at":"2025-03-26T07:37:12.000Z","dependencies_parsed_at":"2022-08-12T11:52:22.801Z","dependency_job_id":null,"html_url":"https://github.com/mel-project/boringdb","commit_stats":null,"previous_names":["themeliolabs/boringdb"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/mel-project/boringdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mel-project%2Fboringdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mel-project%2Fboringdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mel-project%2Fboringdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mel-project%2Fboringdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mel-project","download_url":"https://codeload.github.com/mel-project/boringdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mel-project%2Fboringdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30276896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["database","rust","sql","sqlite"],"created_at":"2025-12-12T14:02:11.918Z","updated_at":"2026-03-08T23:30:51.119Z","avatar_url":"https://github.com/mel-project.png","language":"Rust","readme":"# BoringDB\n\n[![](https://img.shields.io/crates/v/boringdb)](https://crates.io/crates/boringdb)\n![](https://img.shields.io/crates/l/boringdb)\n\nA SQLite-based, single-process, key-value database.\n\nYou want boringdb if:\n\n- You want high performance somewhat approaching that of databases like sled and RocksDB\n- You don't need SQL, multiprocess support, or the other cool features of SQLite\n- You want SQLite's proven reliability\n\n## Method Of Operation\n\nBoringDB stores key/value pairs into byte vectors (`Vec\u003cu8\u003e`).\n\n## Examples\n\nWe have various usage examples [here](examples).\n\nTo run any of the examples, execute:\n\n```\ncargo run --example example_name_goes_here\n```\n\n## Cache architecture\n\nWe have a writeback cache supporting the following operations:\n\n- Insert with batch number\n- Read key with fallback closure\n- Remove dirty keys as an iterator-like object that returns batches.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmel-project%2Fboringdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmel-project%2Fboringdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmel-project%2Fboringdb/lists"}