postgres-shift
Version:
A simple forwards only migration solution for [postgres.js](https://github.com/porsager/postgres)
12 lines (7 loc) • 317 B
Markdown
# `postgres-shift`
A simple forwards only migration solution for [postgres.js](https://github.com/porsager/postgres).
`postgres-shift`
## `shift()`
`postgres-shift` exports a single function which is used to start migrations.
It expects a [postgres.js sql]() database object to run migrations with.
## `Example`