Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattzque/zio-postgres-migrate
https://github.com/mattzque/zio-postgres-migrate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattzque/zio-postgres-migrate
- Owner: mattzque
- Created: 2022-07-23T11:25:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T06:45:53.000Z (about 2 years ago)
- Last Synced: 2023-06-05T23:26:52.272Z (over 1 year ago)
- Language: Scala
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL Migration Utility
Work in progress! My first ZIO & Scala 3 program!
Inspired by: [https://github.com/moneyhub/postgres-migrations](moneyhub/postgres-migrations)
```
% POSTGRES_DB=postgres \
POSTGRES_USERNAME=postgres \
POSTGRES_PASSWORD=postgres \
POSTGRES_HOST=localhost \
POSTGRES_PORT=5432 \
POSTGRES_SSL=false \
java -jar migrate.jar migrations/
```