Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atextual/baselayer

Tooling for managing database users, permissions and migrations in legacy environments
https://github.com/atextual/baselayer

databases developer-tools go migrations

Last synced: about 1 month ago
JSON representation

Tooling for managing database users, permissions and migrations in legacy environments

Awesome Lists containing this project

README

        

# BaseLayer

A developer tool for assisting with database migrations and management in legacy projects.

## Environment Setup

- Clone repo
```shell
git clone https://github.com/atextual/baselayer
```

- Build codebase
```shell
go build main.go
```