BoltDB icon
BoltDB icon

BoltDB

 Like this app

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.

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
Discontinued

The last version (1.3.1) is from July 2017.

  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight
No features, maybe you want to suggest one?

BoltDB News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

BoltDB information

  • Developed by

    BoltDB
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    52 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  14,357 Stars
  •  1,527 Forks
  •  84 Open Issues
  •   Updated Mar 2, 2018 (Archived)
View on GitHub

Our users have written 0 comments and reviews about BoltDB, and it has gotten 0 likes

BoltDB was added to AlternativeTo by Paul on Nov 28, 2023 and this page was last updated Nov 28, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

What is BoltDB?

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.

Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it.

Project Status

Bolt is stable, the API is fixed, and the file format is fixed. Full unit test coverage and randomized black box testing are used to ensure database consistency and thread safety. Bolt is currently used in high-load production environments serving databases as large as 1TB. Many companies such as Shopify and Heroku use Bolt-backed services every day.

Official Links