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

5
lib/models/post.rb Normal file
View File

@ -0,0 +1,5 @@
class Post < Sequel::Model
end