Added sequel with example setup

This commit is contained in:
James 2023-12-28 18:36:49 -06:00
parent 1a3a4287b0
commit bffbab8fbc
9 changed files with 70 additions and 3 deletions

View file

@ -5,6 +5,7 @@ gem 'rack-unreloader'
gem 'tilt'
gem 'erubi'
gem 'sequel'
gem 'rake'
# Change to whatever database you plan to use
gem 'sqlite3'