Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.25 KB

Gomaggus

Passion project to build a 3.3.5 WoW server in Go.

If you have a better name than "gomaggus" I am open to suggestions :^)

Migrations

SQL migrations are managed using goose. A linux CLI is included in bin/.

Apply migrations:

$ bin/goose -dir migration postgres 'postgres://gomaggus:password@localhost:5432/gomaggus?sslmode=disable' up

Create a new migration:

$ bin/goose -dir migration -s create MIGRATION_NAME sql

Resources