Skip to content

HirotakaInoue/dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker

docker-compose up

DB

run migration

export DATABASE_URL="postgres://usr:pass@localhost:8081/tmp_db?sslmode=disable"
sqlx migrate run

make migration file

sqlx migrate add [file_name]

-> build migration file at ./migrations/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages