https://github.com/swordev/sql-controller
https://github.com/swordev/sql-controller
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swordev/sql-controller
- Owner: swordev
- Created: 2022-05-09T09:17:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T12:07:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T16:39:38.926Z (over 1 year ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/swordev/sql-controller/actions/workflows/ci.yaml)
# sql-controller (WIP)
> CLI tool for syncing configs of accounts, databases and privileges.
## Features
- Syncs on every config file change.
## Usage
```sh
npx @sql-controller/cli --help
```
### Docker
```sh
docker run -it --rm \
-v $(pwd)/sql-controller.config.json:/var/lib/sql-controller/sql-controller.config.json:ro \
ghcr.io/swordev/sql-controller --help
```