Skip to content

begriffs/postgrest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published