upscaledb
« Back to VersTracker
Description:
Database for embedded devices
Type: Formula  |  Tracked Since: Oct 8, 2024
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: database embedded key-value c-plus-plus iot
Install: brew install upscaledb
About:
UpscaleDB is an embedded key-value database engine designed for resource-constrained environments. It provides ACID transactions, a small footprint, and high performance for applications requiring fast, reliable data storage without a full database server.
Key Features:
  • Embedded design for low-resource environments
  • ACID-compliant transactions
  • Low memory and storage footprint
  • High-performance key-value storage
  • C++ API with language bindings
Use Cases:
  • Data storage for IoT and embedded devices
  • On-device caching and session storage
  • Application configuration and state management
Alternatives:
  • SQLite – SQLite is a full SQL RDBMS, while upscaledb is a simpler key-value store focused on minimal footprint.
  • Berkeley DB – Both are embedded key-value stores, but upscaledb emphasizes modern C++ design and specific optimizations for constrained systems.
Version History
Detected Version Rev Change Commit
Oct 8, 2024 1:55pm 5 VERSION_BUMP 1ed33672