Skip to content

Commit

Permalink
Update soldr.example.toml to auto-create database
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
hjr3 committed Jun 24, 2023
1 parent 7635352 commit 8c51f94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
target
soldr.db
2 changes: 1 addition & 1 deletion soldr.example.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
database_url = "sqlite::memory:"
database_url = "sqlite:soldr.db?mode=rwc"

0 comments on commit 8c51f94

Please sign in to comment.