An open API service indexing awesome lists of open source software.

https://github.com/stephane-klein/migrate-playground

graphile-migrate playground
https://github.com/stephane-klein/migrate-playground

migration postgresql sql

Last synced: about 2 months ago
JSON representation

graphile-migrate playground

Awesome Lists containing this project

README

          

## Getting started

```
$ pnpm install
```

```sh
$ docker compose up -d postgres --wait
```

```sh
$ ./scripts/init.sh
```

```sh
$ pnpm run migrate:watch
```

```sh
$ pnpm run migrate:commit
```