Skip to content
kv

Getting started

Install kv and write your first transactional, ordered key/value database in a single Go file or one shell command.

Three short pages: how kv thinks about a database (one file, transactions, ordered keys, a choice of engine), how to add it to a Go program or install the command-line tool, and a guided first run that ends with a real database you have read, written, and scanned.