diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-25 15:07:40 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-25 15:07:40 +0000 |
| commit | 5ad9d9093fcbe7037e5474a9d8fa20a0b64fb79a (patch) | |
| tree | 3c22fb4b42a62badedc29963d1ce39a2fbc83bb1 /README.md | |
| parent | 4fc3b279d3eb86993f7748959a3986be5a6c49a7 (diff) | |
drop nostr-db backend support, keep only lmdb and memory
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -477,7 +477,6 @@ NGIT_RELAY_OWNER_NSEC=nsec1... ngit-grasp --domain relay.example.com | |||
| 477 | 477 | ||
| 478 | - `lmdb`: LMDB backend (default, persistent, general purpose) | 478 | - `lmdb`: LMDB backend (default, persistent, general purpose) |
| 479 | - `memory`: In-memory database (fastest, no persistence - uses temp directories) | 479 | - `memory`: In-memory database (fastest, no persistence - uses temp directories) |
| 480 | - `nostrdb`: NostrDB backend (persistent, optimized for Nostr) [Not yet implemented] | ||
| 481 | 480 | ||
| 482 | > **Note:** When using the `memory` backend, git data are automatically stored in temporary directories for ephemeral testing. | 481 | > **Note:** When using the `memory` backend, git data are automatically stored in temporary directories for ephemeral testing. |
| 483 | 482 | ||