{"id":16369695,"url":"https://github.com/dcsunset/mysql-kv-wrapper","last_synced_at":"2026-03-03T17:30:16.497Z","repository":{"id":57631816,"uuid":"410610501","full_name":"DCsunset/mysql-kv-wrapper","owner":"DCsunset","description":"A wrapper for KV operation in MySQL","archived":false,"fork":false,"pushed_at":"2021-09-29T23:59:30.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T09:44:43.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/DCsunset.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-09-26T16:58:41.000Z","updated_at":"2021-09-29T23:59:33.000Z","dependencies_parsed_at":"2022-09-05T05:30:40.292Z","dependency_job_id":null,"html_url":"https://github.com/DCsunset/mysql-kv-wrapper","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/DCsunset%2Fmysql-kv-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fmysql-kv-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fmysql-kv-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCsunset%2Fmysql-kv-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCsunset","download_url":"https://codeload.github.com/DCsunset/mysql-kv-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239885418,"owners_count":19713296,"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-10-11T02:56:04.005Z","updated_at":"2025-02-20T17:40:57.390Z","avatar_url":"https://github.com/DCsunset.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mysql-kv-wrapper\n\n## Installation\n\n```\ngo get github.com/DCsunset/mysql-kv-wrapper\n```\n\n## Examples\n\n```go\npackage main\n\nimport (\n\tkvstore \"github.com/DCsunset/mysql-kv-wrapper\"\n)\n\nfunc main() {\n\tvar store kvstore.KVStore\n\terr := store.Open(\"root:password@/\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer store.Close()\n\n\terr = store.Write(\"hello\", \"world\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tvalue, err := store.Read(\"hello\")\n\tif value != \"world\" {\n\t\tpanic(\"Wrong value\")\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fmysql-kv-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcsunset%2Fmysql-kv-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcsunset%2Fmysql-kv-wrapper/lists"}