- postgres run command: docker run --name postgres -e POSTGRES_USER=didehban -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres
- postgres://didehban:password@localhost/didehban?sslmode=disable
- migrate create -seq -ext=.sql -dir=./migrations
- migrate -path=./migrations -database=$DIDEHBAN_DB_DSN up | or
- migrate -path=./migrations -database=postgres://didehban:password@localhost/didehban?sslmode=disable up
-
Notifications
You must be signed in to change notification settings - Fork 0
abbasimo/didehban
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
a sample web application in go
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published