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
- Host: GitHub
- URL: https://github.com/stephane-klein/migrate-playground
- Owner: stephane-klein
- Created: 2022-09-17T18:09:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T11:35:05.000Z (almost 4 years ago)
- Last Synced: 2025-10-06T13:56:33.865Z (9 months ago)
- Topics: migration, postgresql, sql
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```