Copied initial project structure from Raven

This commit is contained in:
2023-03-02 13:24:24 -05:00
parent c509297b1c
commit 69ec98cba1
20 changed files with 2064 additions and 1 deletions

0
data/.gitkeep Normal file
View File

3
data/defaults.yaml Normal file
View File

@ -0,0 +1,3 @@
database:
adapter: 'sqlite'
database: 'data/raven.db'