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

LevelDB

Free#11 of 30 in Embedded Databases

Embedded ordered key-value storage library for C++ applications

—Not yet scored
LevelDB— Visit LevelDB

At a glance

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

    • Ordered byte-array keys and values with forward and reverse iteration
    • Atomic write batches and consistent read-only snapshots
    • Compression, Bloom filters, and customizable comparison functions
  • Where it doesn't

    • Focused on key-value access rather than a broader query interface
    • Maintenance is described as very limited
    • No built-in synchronization or encryption

Our verdict on LevelDB

LevelDB is an embedded C++ library for persistent key-value storage. It stores arbitrary byte-array keys and values in sorted order, making it suited to applications that need local database files and a compact API rather than a server-based database. Its interface covers Put, Get, and Delete operations, iteration, batched updates, and consistent read-only snapshots. Databases are stored in filesystem directories and accessed locally by applications.

The library’s strongest area is ordered storage with supporting read and write controls. Forward and reverse iteration allow applications to traverse sorted records, while atomic write batches group updates into a single operation. Consistent snapshots provide a stable read view, and automatic block compression, caching, and Bloom filter support address storage and lookup behavior. Custom key comparison functions add control over ordering, while the filesystem environment abstraction supports operating-system-specific behavior. These features make LevelDB a fit for developers who want a narrow embedded storage component with predictable byte-array semantics.

LevelDB supports Linux, macOS, and Windows, with builds for POSIX systems and Windows. It is open source and distributed under the BSD 3-Clause license, without a paid-tier structure. The trade-off is scope: its query interface is an API for key-value operations, not a broader relational or document model. Its maintenance status is described as very limited, so teams that need an actively maintained project, synchronization, encryption, or a wider data model should consider alternatives. Choose LevelDB when ordered local storage and low-level control are the priority; avoid it when ecosystem breadth or long-term maintenance assurances matter more.

LevelDB pricing

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

LevelDB fact sheet

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

Alternatives to LevelDB

See all LevelDB alternatives →

Used LevelDB? 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 LevelDB 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 — LevelDB —/10

LevelDB 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/leveldb/"><img src="https://www.itechguides.com/best/badge/leveldb.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.