gogen

module
v0.0.0-...-ab17eec Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2022 License: Apache-2.0

README

gogen project

Migrations

How to create
docker compose run -v $(pwd)/db/migrations:/migrations migrate create -ext sql -dir migrations <migration_name>
How to apply
docker compose run -v $(pwd)/db/migrations:/migrations migrate -path=/migrations/ -database "postgres://postgres@postgres:5432/postgres?sslmode=disable&search_path=public" up

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL