Added some preliminary database stuff; added a script to mock adding a post to the DB

This commit is contained in:
2022-12-07 17:19:22 -05:00
parent ae443a5ba3
commit 587cc2fb55
8 changed files with 88 additions and 0 deletions

View File

@ -1,2 +1,6 @@
vulture:
run_interval: 1
database:
adapter: 'sqlite'
database: 'data/vulture.db'