Categorygithub.com/blablatdinov/web-s3
module
0.0.0-20241231224507-6ef0f24b619b
Repository: https://github.com/blablatdinov/web-s3.git
Documentation: pkg.go.dev

# README

S3 web interface written on go and vuejs

Migrations

Creting new migration:

migrate create -ext sql -dir migrations -seq users_table

Apply migrations:

migrate -database 'postgres://almazilaletdinov@localhost:5432/web_s3?sslmode=disable' -path migrations up

Contributing

go-migrations guide sqlx guide

# Packages

No description provided by the author