Categorygithub.com/go-arrower/arrower
repositorypackage
0.0.0-20241127124801-a1fb6b088a7b
Repository: https://github.com/go-arrower/arrower.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Automatic Tests Go Report Card Issues Issues

Arrower

Arrows to hit your development needs.

Why? · Report Bug · Request Feature

About the Project

Arrows for your application's needs - a complete framework to develop web applications in Go.

Motivation
Documentation

Usage

Install the CLI

go install github.com/go-arrower/arrower/...

arrower version

Use in your project

go get github.com/go-arrower/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