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