diff options
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 | ||