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

4
Gemfile Normal file
View File

@ -0,0 +1,4 @@
source 'https://rubygems.org/'
gem 'sequel', '~> 5.63'
gem 'sqlite3', '~> 1.5'