Skip to content

go-arrower/arrower

Repository files navigation

Automatic Tests Go Report Card Issues Issues

Arrower

Arrows to hit your development needs.

Why? · Report Bug · Request Feature

About the Project

A complete framework to develop Go web applications.

Learn more about the motivation behind arrower.

Create new Database Migration

export POSTGRESQL_URL='postgres://arrower:secret@localhost:5432/arrower?sslmode=disable'
migrate create -ext sql -dir postgres/migrations -seq create_test_table

migrate -database ${POSTGRESQL_URL} -path postgres/migrations up
migrate -database ${POSTGRESQL_URL} -path postgres/migrations down

About

A complete framework to develop Go web applications - wip

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages