EDMA

EDMA

A terminal app for embedded database management.

4 followers

EDMA: Embedded Database Management for All is an open source project made to manage embedded key-value storages. EDMA is a TUI (Terminal User Interface) that is easy to install and configure. It allows engineer to traverse the embedded database and deserialize byte data with provided byte layout.
EDMA gallery image
EDMA gallery image
Free
Launch Team
Intercom
Intercom
Startups get 90% off Intercom + 1 year of Fin AI Agent free
Promoted

What do you think? …

Tin Chung
My very first open source project made to solve the solution of working with embedded databases. It uses a Rust library called tui-rs. EDMA: Embedded Database Management for All is an open source project made to manage embedded key-value storages. EDMA is a TUI (Terminal User Interface) that is easy to install and configure. It allows engineer to traverse the embedded database and deserialize byte data with provided byte layout. This enhances the experience of working with low level database system like RocksDB or Redb. The key features of EDMA beta version are: - Multi embedded database supported: RocksDB, Redb - Cross-platform supported: Windows, Linux and MacOS - Custom byte layout deserialization - Execute database command directly in terminal - Interactive terminal interface with keyboard only control - Iterate key-value pairs from column family and table