Added sequel with example setup
This commit is contained in:
parent
1a3a4287b0
commit
bffbab8fbc
9 changed files with 70 additions and 3 deletions
1
Gemfile
1
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue