Start building out the backend with database

This commit is contained in:
Michał Gdula 2024-05-05 17:51:34 +01:00
parent 17476d3f2c
commit 677b4277a6
11 changed files with 241 additions and 63 deletions

View file

@ -14,6 +14,8 @@ func Parse() {
switch os.Args[1] {
case "run":
run(os.Args[2:])
case "migrate":
migrate(os.Args[2:])
case "-h":
case "--help":
fmt.Println("Available commands are:")