Satimoto datastore using golang
brew install sqlc
brew install golang-migrate
Whenever the SQL schema files change the following should be run
Generates the database models and queries from sql files
sqlc generate
Data migration can be run by either creating a .env or passing migration parameters to the command
go run ./cmd/data-migrate