Suggestions appear as you type. Use the up and down arrows to choose one and Enter to open it.

bbolt

Free#8 of 30 in Embedded Databases

Embedded key-value database library for Go

—Not yet scored
bbolt— Visit bbolt

At a glance

  • Editor score
    Not yet scored
  • Pricing
    Open source
  • Best for
    Portable Go key-value applications
  • Paid from
    None
  • Facts checked
    20 Sep 2026
  • Where it wins

    • Serializable ACID transactions with lock-free MVCC
    • Single-file storage with cursors, buckets, and B+tree indexing
    • Verified mobile bindings for iOS and Android
  • Where it doesn't

    • Low-level API without a SQL query interface
    • Supports multiple readers but only one writer
    • Designed for local embedded storage rather than hosted databases

Our verdict on bbolt

bbolt is a pure Go embedded key-value database library for developers building applications that need local storage without a separate database server. It stores data in a single database file, organizes records into buckets, and exposes an API-based query interface. Windows, macOS, Linux, iOS, and Android are supported, with mobile access provided through gomobile bindings. Its positioning fits portable Go applications where database access belongs inside the application rather than in a separate service.

Its storage and transaction model are the main strengths. Serializable ACID transactions support consistent writes, while lock-free MVCC allows multiple readers alongside one writer. B+tree storage, zero-copy reads, and cursor-based sequential, prefix, and range iteration give developers several ways to access ordered key-value data. Hot backups through transaction writes and read-only database mode add useful operational controls for local deployments. The published project details list bbolt as open source, and v1.5.0 is listed as the latest release.

The trade-off is a deliberately low-level, narrow database model. Applications need to work through the API, buckets, and cursors rather than a SQL interface, and write concurrency remains limited to one writer. bbolt is therefore a strong fit for Go software that needs a portable local database file, transactional storage, and mobile bindings. Teams seeking a hosted database, SQL querying, or broader multi-writer architecture should consider a different category of database product.

bbolt pricing

Plans Open sourceFree Free to use — no paid tier required for the core job.
See plans on github.com

bbolt fact sheet

Free planNot verified
Paid fromNone
Supported platformsWindows, macOS, Linux, iOS, Android
Database modelKey-value
Query interfaceApi
EncryptionNot verified
Data synchronizationNot verified
Maximum database sizeNot verified
DeploymentDesktop, Mobile
PlatformsWindows, macOS, Linux, iOS, Android
Built forSolo, Small business, Mid-market, Enterprise (editorial estimate)
PricingOpen source
Websitegithub.com
Facts checked20 Sep 2026

Alternatives to bbolt

See all bbolt alternatives →

bbolt vs the competition

Compare bbolt with any tool side by side →

Used bbolt? Be the first to review it

The editor score above is our own research. What this page doesn't have yet is a reader's view — what you used bbolt for, what worked and what didn't. No stars are seeded and no review is paid for; an editor reads every one before it appears.

Write a reviewTwo minutes · verified accounts only · read by an editor before it appears

Reviews come only from verified accounts. Sign in or create an account first — your e-mail is never shown.

Your rating

0 characters · at least 80, up to 3,000

Posted from your verified account. Reviews appear after an editor reads them, usually within two working days.

Featured on iTechGuides

Featured on iTechGuides — bbolt —/10

bbolt is listed in our Embedded Databases directory. Add the badge to your site — it links back to this page.

<a href="https://www.itechguides.com/products/bbolt/"><img src="https://www.itechguides.com/best/badge/bbolt.svg" alt="Featured on iTechGuides" width="230" height="46"></a>

Guides on embedded databases

Reviewed by iTechGuides Editors · Editorial team · Updated Sep 2026

Advertiser disclosure: iTechGuides is reader-supported. We may earn a commission when you click some links. It never changes a score or a verdict. How we rank.