From dc0bed0d8d9b68bda42877645bdb993855d093eb Mon Sep 17 00:00:00 2001 From: Artyom Bologov Date: Sat, 18 May 2024 01:10:48 +0400 Subject: mgamma/cli: Explain LMDB directory-oriented nature. --- issues/mgamma/mgamma-cli.gmi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/issues/mgamma/mgamma-cli.gmi b/issues/mgamma/mgamma-cli.gmi index 4db6533..a70b545 100644 --- a/issues/mgamma/mgamma-cli.gmi +++ b/issues/mgamma/mgamma-cli.gmi @@ -13,6 +13,9 @@ Tasks for the command line interface * [ ] Provide sane CLI interface * [X] Add --map-size 10M switch * [X] Use lmdb files instead of dir -* [ ] Find a way to open/create named DBs. Right now it's based on data.mdb renaming. +* [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) -- cgit v1.2.3