{"id":20518319,"url":"https://github.com/tricked-dev/pack-db","last_synced_at":"2025-08-03T13:09:45.103Z","repository":{"id":57651823,"uuid":"425294066","full_name":"Tricked-dev/pack-db","owner":"Tricked-dev","description":"Simple messagepack based database in rust","archived":false,"fork":false,"pushed_at":"2021-11-07T09:08:27.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T15:02:07.020Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tricked-dev.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}},"created_at":"2021-11-06T16:35:19.000Z","updated_at":"2022-04-01T19:17:21.000Z","dependencies_parsed_at":"2022-08-28T02:22:31.736Z","dependency_job_id":null,"html_url":"https://github.com/Tricked-dev/pack-db","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/Tricked-dev%2Fpack-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fpack-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fpack-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fpack-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tricked-dev","download_url":"https://codeload.github.com/Tricked-dev/pack-db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804784,"owners_count":21164131,"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-15T21:39:38.590Z","updated_at":"2025-04-14T00:55:22.020Z","avatar_url":"https://github.com/Tricked-dev.png","language":"Rust","readme":"# PackDb\n\nPackDb is a simple key value messagepack store\nInspired by [kwik](https://deno.land/x/kwik/)\nIt uses your local storage\n\n```\npack-db = \"0.2.0\"\n```\n\n## Example\n\n```rs\nuse pack_db::PackDb:\nuse serde::{Deserialize, Serialize};\n\n#[derive(Debug, PartialEq, Deserialize, Serialize)]\nstruct User {\n    name: String,\n    age: i32\n}\n\nlet store = PackDb::\u003cUser\u003e::new(Some(\"data\".to_owned()));\nstore.set(\"user1\", User {name: \"useer1\", age: 16});\nlet user = store.get(\"user1\");\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricked-dev%2Fpack-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftricked-dev%2Fpack-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricked-dev%2Fpack-db/lists"}