Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atextual/baselayer
- Owner: atextual
- Created: 2024-07-24T15:28:22.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T13:09:43.000Z (5 months ago)
- Last Synced: 2024-12-06T01:07:35.257Z (about 1 month ago)
- Topics: databases, developer-tools, go, migrations
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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
```