> ## Documentation Index
> Fetch the complete documentation index at: https://neokit.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Key-value databases

> Connect your favorite K/V DBMS to your SvelteKit application

## Installation

```bash theme={null}
npx nktool add keyvalue
```

## List of officially supported DBMS

* [Cloudflare Workers KV](/plugin/workers-kv)
* [Vercel KV](/plugin/vercel-kv)

## Usage

<Note>You're likely not going to use this plugin directly, as this is just a connection between other plugins.</Note>

This is one of the plugins that allow injection by other plugins, so you can depend on it in your plugin and extend it.
