diff options
author | Artyom Bologov | 2024-05-18 01:10:48 +0400 |
---|---|---|
committer | Artyom Bologov | 2024-05-18 01:10:48 +0400 |
commit | dc0bed0d8d9b68bda42877645bdb993855d093eb (patch) | |
tree | de4a76ec333345ab45d3ad2d37c581f1b9e306d6 /issues/mgamma/mgamma-cli.gmi | |
parent | 94c25b20900d7be5dde7233ed008db4acbdf51af (diff) | |
download | gn-gemtext-dc0bed0d8d9b68bda42877645bdb993855d093eb.tar.gz |
mgamma/cli: Explain LMDB directory-oriented nature.
Diffstat (limited to 'issues/mgamma/mgamma-cli.gmi')
-rw-r--r-- | issues/mgamma/mgamma-cli.gmi | 5 |
1 files changed, 4 insertions, 1 deletions
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) |