{"id":19175006,"url":"https://github.com/losttech/nkeyvalue","last_synced_at":"2026-06-15T02:34:17.582Z","repository":{"id":124319851,"uuid":"75579261","full_name":"losttech/NKeyValue","owner":"losttech","description":"Key Value storage abstraction for .NET","archived":false,"fork":false,"pushed_at":"2017-06-20T01:17:24.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-04T01:41:58.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/losttech.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,"publiccode":null,"codemeta":null}},"created_at":"2016-12-05T02:01:42.000Z","updated_at":"2016-12-23T05:49:07.000Z","dependencies_parsed_at":"2023-06-09T10:30:20.946Z","dependency_job_id":null,"html_url":"https://github.com/losttech/NKeyValue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FNKeyValue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FNKeyValue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FNKeyValue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/losttech%2FNKeyValue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/losttech","download_url":"https://codeload.github.com/losttech/NKeyValue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240254181,"owners_count":19772386,"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-09T10:20:19.943Z","updated_at":"2026-06-15T02:34:17.542Z","avatar_url":"https://github.com/losttech.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NKeyValue \u003cimg src=\"https://losttech.visualstudio.com/_apis/public/build/definitions/8b2acd05-c1ea-4699-8d57-6a9770317b2c/5/badge\" alt=\"Build Status\"/\u003e\nKey Value storage abstraction for .NET\n\nSupports .NET Core\n\nSupported backends: Azure Tables\n\n# Install\n```powershell\nInstall-Package LostTech.Storage.KeyValue -Pre\nInstall-Package LostTech.Storage.Azure -Pre    # to enable Azure backend\n```\n\n# Example\n```csharp\nusing LostTech.NKeyValue;\n\nvar keyValueStore = await AzureTable.OpenOrCreate(\"UseDevelopmentStorage=true\", \"Sample\");\nawait keyValueStore.Put(\"42\", new Dictionary\u003cstring, object\u003e { [\"Key\"] = \"value0\" });\nvar answer = await keyValueStore.TryGetVersioned(\"42\");\nConsole.WriteLine(\"answer version: {0}\", answer.Version);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flosttech%2Fnkeyvalue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flosttech%2Fnkeyvalue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flosttech%2Fnkeyvalue/lists"}