{"id":18994546,"url":"https://github.com/timelessnesses/replit_db","last_synced_at":"2026-06-25T11:31:26.140Z","repository":{"id":191225804,"uuid":"684204742","full_name":"timelessnesses/replit_db","owner":"timelessnesses","description":"Unofficial database adapter for Replit database.","archived":false,"fork":false,"pushed_at":"2024-02-18T14:06:30.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T00:25:28.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/replit_db","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timelessnesses.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-08-28T17:02:05.000Z","updated_at":"2023-08-29T20:46:10.000Z","dependencies_parsed_at":"2024-02-18T15:23:51.885Z","dependency_job_id":"c0419eb4-ee9e-4385-8972-9d1dc0d892a7","html_url":"https://github.com/timelessnesses/replit_db","commit_stats":null,"previous_names":["timelessnesses/replit_db"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Freplit_db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Freplit_db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Freplit_db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timelessnesses%2Freplit_db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timelessnesses","download_url":"https://codeload.github.com/timelessnesses/replit_db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240009607,"owners_count":19733503,"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-11-08T17:25:59.364Z","updated_at":"2026-04-15T18:30:21.306Z","avatar_url":"https://github.com/timelessnesses.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# replit_db\n\nAn unofficial database adapater for Replit Database for Rust!\n\n## Installation\n\n```sh\ncargo add replit_db\n```\n\n## Supports\n\n- Synchronous\n- Asynchronous\n- Type Safety (:skull emoji:)\n\n## Example\n\n```rust\nuse replit_db::{self, Synchronous};\n\nfn main() {\n    let config = replit_db::Config::new().unwrap();\n    let db = replit_db::Database::new(config);\n    let res = db.set(\"testings\", \"30\");\n    match res {\n        Ok(()) =\u003e println!(\"Successful!\"),\n        Err(e) =\u003e println!(\"{}\",e.to_string())\n    }\n   println!(db.get(\"testings\").unwrap());\n   db.delete(\"testings\").unwrap();\n   for var in db.list(replit_db::NONE).unwrap() {\n        println!(var);\n   } // you could list all variable by prefix with `Some(\"prefix\")`\n}. \n```\n\nAll [documentations](https://replit-db.doc.timelessnesses.me/) will be in the comment and intellisense.  (I hosted my own documentation since docs.rs is slow)\nAlso for asynchronous version please use `replit_db::Asynchronous` trait.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Freplit_db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimelessnesses%2Freplit_db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimelessnesses%2Freplit_db/lists"}