feat: support in-memory SQLite database

This commit is contained in:
Greg Heartsfield
2022-09-06 06:06:01 -05:00
parent 8774416b92
commit e48bae10e6
3 changed files with 20 additions and 6 deletions
+5
View File
@@ -22,6 +22,11 @@ description = "A newly created nostr-rs-relay.\n\nCustomize this with your own i
# line option.
data_directory = "."
# Use an in-memory database instead of 'nostr.db'.
# Caution; this will not survive a process restart!
#in_memory = false
# Database connection pool settings for subscribers:
# Minimum number of SQLite reader connections