Skip to content
Snippets Groups Projects
Commit 9abbdc08 authored by Ramakrishnan Muthukrishnan's avatar Ramakrishnan Muthukrishnan
Browse files

Main: keep the default database as in-memory one for now

parent 77b9b2b0
No related branches found
No related tags found
1 merge request!26Initial implementation of Persistence using sqlite
...@@ -92,7 +92,7 @@ sample = ServerConfig ...@@ -92,7 +92,7 @@ sample = ServerConfig
( long "database" ( long "database"
<> help "Which database to use: sqlite3 or memory" <> help "Which database to use: sqlite3 or memory"
<> showDefault <> showDefault
<> value SQLite3 ) <> value Memory )
<*> optional ( option str <*> optional ( option str
( long "database-path" ( long "database-path"
<> help "Path to on-disk database (sqlite3 only)" <> help "Path to on-disk database (sqlite3 only)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment