server

command module
v0.0.0-...-104933b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2025 License: MIT Imports: 27 Imported by: 0

README

Welcome to the backend.

api

See the documentation.

database er-diagram

ER-Diagram

migrations

To run migrations:

BUNDEBUG=2 go run ./cli db migrate

To rollback migrations:

go run ./cli db rollback

To view status of migrations:

go run ./cli db status

To create a migration:

go run ./cli db create migration_name

To get help:

go run ./cli db

NAME:
   pepp db - database migrations

USAGE:
   pepp db [command options]

COMMANDS:
   init          create migration tables
   migrate       migrate database
   rollback      rollback the last migration group
   lock          lock migrations
   unlock        unlock migrations
   create        create migration
   status        print migrations status
   mark_applied  mark migrations as applied without actually running them
   help, h       Shows a list of commands or help for one command

OPTIONS:
   --help, -h  show help

See docs for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL