Home › Data & databases › Key-Value Store
Data & databases
Key-Value Store
A minimal key/value store with search, import and export — a private mini-database for anything.
Your database
Fields
| Field | Type |
|---|---|
| Key | text |
| Value | text |
Frequently asked
Where is my data stored?
Only on this device, in your browser. Nothing is ever uploaded — export to CSV/JSON to back it up or move it.
Duplicate keys?
It doesn't enforce uniqueness; search to find and edit an existing key.