11 lines
280 B
Markdown
11 lines
280 B
Markdown
|
## Database
|
||
|
|
||
|
Uses [db-migrate][http://db-migrate.readthedocs.org/en/latest/] to manage
|
||
|
database migrations. Migration scripts live if `src/main/db`.
|
||
|
|
||
|
Database environment configuration lives in `database.json`.
|
||
|
|
||
|
To initialize a new database do:
|
||
|
|
||
|
db-migrate -m src/main/db up
|