Categorygithub.com/stack11/trek
modulepackage
0.7.3
Repository: https://github.com/stack11/trek.git
Documentation: pkg.go.dev

# README

trek

Requirements

At least version 13 of postgres is needed.

Installation

go install .

Setup

Create trek.yaml:

model_name: <model_name>
db_name: <db_name>
db_users:
  - <db_user_1>
  - <db_user_2>

Create <model_name>.dbm using pgModeler.

Creating migrations

trek generate some-migration

Use the --dev flag to continuously watch for file changes.

Applying the migrations

Take a look at the example/ directory.

# Packages

No description provided by the author