Skip to content

febrielven/go-crudapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-crudapi\

Tototal create container manual

docker container create --name database -p 5433:5432 -e POSTGRES_PASSWORD=123456 postgres:alpine3.14

Migrate table

migrate -path db/migrations -database "postgresql://root:123456@localhost:5433/dbcrud?sslmode=disable" -verbose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published