blob: a70b5450058b40af7cfde0a407e5c80cb0ded068 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# MGAMMA CLI
Tasks for the command line interface
# Tags
* assigned: pjotrp, artyom
* type: feature
* priority: high
# Tasks
* [ ] Provide sane CLI interface
* [X] Add --map-size 10M switch
* [X] Use lmdb files instead of dir
* [X] Find a way to open/create named DBs
Not possible—LMDB is a directory with data.mdb, by definition. For now, mgamma renames and copies files under the hood, which is not cool, but kind of works.
* [X] Move mgamma into ./bin
* [ ] Add ./bin/mgemma compatibility tool (note it is not mgamma)
|