Getting ready to use database
This commit is contained in:
parent
971c5f2233
commit
1a3a4287b0
2 changed files with 9 additions and 1 deletions
6
Gemfile
6
Gemfile
|
|
@ -4,6 +4,12 @@ gem 'roda'
|
|||
gem 'rack-unreloader'
|
||||
gem 'tilt'
|
||||
gem 'erubi'
|
||||
gem 'sequel'
|
||||
|
||||
# Change to whatever database you plan to use
|
||||
gem 'sqlite3'
|
||||
# gem 'pg' # will also want gem sequel-pg
|
||||
# gem 'mysql2'
|
||||
|
||||
# change to gunicorn or passenger if you prefer:
|
||||
gem 'puma'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue