You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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.
34
37
@@ -39,6 +42,7 @@ Embedded Database Management for All
39
42
- Custom byte layout deserialization
40
43
- Execute database command directly in terminal
41
44
- Interactive terminal interface with keyboard only control
45
+
-Iterate key-value pairs from column family and table
42
46
43
47
## Usage
44
48
@@ -86,6 +90,11 @@ OPTIONS:
86
90
| <kbd>h</kbd>, <kbd>d</kbd>, <kbd>l</kbd> | Switch to home/databases/layouts |
87
91
| <kbd>q</kbd> | Quit |
88
92
93
+
## EDMA Command
94
+
EDMA supports inline command to interact with embedded databases. The list of supported commands are
95
+
### `COLUMN` or `TABLE`: Iterate with defined column famility or table
0 commit comments