File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- # API-KV: Simple and Flexible Key-Value Storage API
1+ # API-KV: Simple and Flexible Key-Value Storage
22
33![ apikv-logo.png] ( _docs/apikv-logo.png )
44
5- Welcome to API-KV, a user-friendly and versatile Key-Value storage API designed with simplicity in mind. Powered by
6- SQLite and implemented in Golang, API-KV offers an effortless experience for managing your data.
5+ Welcome to API-KV, a user-friendly and versatile Key-Value storage designed with simplicity and API-first in mind.
6+ Powered by SQLite and implemented in Golang, API-KV offers an effortless experience for managing your data.
77
88Features:
99
@@ -24,14 +24,15 @@ Self-hosted friendly.
2424
2525- Via GitHub [ releases] ( https://github.com/reddec/api-kv/releases/latest )
2626- Via Go install: ` go install -v github.com/reddec/api-kv/cmd/...@latest `
27- - Via [ Docker image] ( https://github.com/reddec/api-kv/pkgs/container/api-kv ) (x64 and arm): ` ghcr.io/reddec/api-kv:latest `
27+ - Via [ Docker image] ( https://github.com/reddec/api-kv/pkgs/container/api-kv ) (x64 and
28+ arm): ` ghcr.io/reddec/api-kv:latest `
2829
2930## Usage
3031
3132- [ OpenAPI spec] ( openapi.yaml )
3233- [ Live docs] ( https://elements-demo.stoplight.io/?spec=https://raw.githubusercontent.com/reddec/api-kv/master/openapi.yaml )
33- - [ ![ ] ( https://godoc.org/github.com/reddec/api-kv/api/client?status.svg )] ( http://godoc.org/github.com/reddec/api-kv/api/client ) generated Go API client
34-
34+ - [ ![ ] ( https://godoc.org/github.com/reddec/api-kv/api/client?status.svg )] ( http://godoc.org/github.com/reddec/api-kv/api/client )
35+ generated Go API client
3536
3637Basic rules of URL: ` /<namespace>/<key> ` , and content is value.
3738
You can’t perform that action at this time.
0 commit comments