begriffs / postgrest-example

Migrations for an example conference API

Home Page:https://postgrest.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schema for an example PostgREST API.

After cloning this, install sqitch and configure

sqitch config --user user.name 'Your Name'
sqitch config --user user.email 'your email'
sqitch target add production db:pg://[user]:[pass]@[rds url]:5432/[dbname]
sqitch config core.engine pg
sqitch config core.pg.target production
sqitch config --bool deploy.verify true
sqitch config --bool rebase.verify true

Thereafter you can deploy.

sqitch deploy

For more sqitch info, see the guide.

About

Migrations for an example conference API

https://postgrest.herokuapp.com

License:MIT License


Languages

Language:PLpgSQL 100.0%