{"id":16621841,"url":"https://github.com/tylertron1998/kvn","last_synced_at":"2026-04-28T16:34:54.198Z","repository":{"id":152351453,"uuid":"237700930","full_name":"Tylertron1998/KVN","owner":"Tylertron1998","description":"Key Value Notation (KVN) based storage for .NET.","archived":false,"fork":false,"pushed_at":"2020-03-17T03:36:43.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T08:29:00.187Z","etag":null,"topics":["database","dotnet","dotnet-core","keyvalue"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/Tylertron1998.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-02T01:09:11.000Z","updated_at":"2020-03-17T03:36:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa8b5f41-49e5-40a9-b68f-7200886b95b0","html_url":"https://github.com/Tylertron1998/KVN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tylertron1998/KVN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tylertron1998%2FKVN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tylertron1998%2FKVN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tylertron1998%2FKVN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tylertron1998%2FKVN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tylertron1998","download_url":"https://codeload.github.com/Tylertron1998/KVN/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tylertron1998%2FKVN/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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","dotnet","dotnet-core","keyvalue"],"created_at":"2024-10-12T02:48:38.474Z","updated_at":"2026-04-28T16:34:54.192Z","avatar_url":"https://github.com/Tylertron1998.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Everyone hates KVN](https://vignette.wikia.nocookie.net/p__/images/5/5e/He%27s_back.png/revision/latest/scale-to-width-down/350?cb=20191004014622\u0026path-prefix=protagonist)\n\nKVN (Key Value Notation) is a JSON backed, simple to use, key value storage solution for .NET.\n\n```cs\nvar settings = new DatabaseSettings(\"./path/to/file.json\");\nvar instance = new DatabaseInstance\u003cMyPoco\u003e(settings);\n\nlong id = 1;\n\nvar poco = new MyPoco { Value = \"Hello, .NET!\" };\n\ninstance[id] = poco;\n\n// call .SaveChanges to commit your changes.\n\ninstance.SaveChanges();\n\nConsole.WriteLine(instance[id]); // Hello, .NET!\n```\n\nKVN aims to be thread safe, fast, and easy to use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylertron1998%2Fkvn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylertron1998%2Fkvn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylertron1998%2Fkvn/lists"}