Skip to main content

Database

The database service is powered by bolt.

Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL."

The API communicates with SPR over a unix socket, located at state/plugins/db/socket and is documented here.

⇨ View the code