https://github.com/katistix/dockdb
Easy PostgreSQL database provisioning.
https://github.com/katistix/dockdb
bash cli database docker postgresql script tool
Last synced: 5 months ago
JSON representation
Easy PostgreSQL database provisioning.
- Host: GitHub
- URL: https://github.com/katistix/dockdb
- Owner: katistix
- Created: 2023-11-12T12:35:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T14:44:33.000Z (about 2 years ago)
- Last Synced: 2025-04-06T14:12:43.443Z (10 months ago)
- Topics: bash, cli, database, docker, postgresql, script, tool
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### How to run the scripts?
#### Create a new postgresql database container
```bash
curl -s https://raw.githubusercontent.com/katistix/dockdb/master/create.sh | bash
```
#### Get the database connection url string
```bash
curl -s https://raw.githubusercontent.com/katistix/dockdb/master/get_url.sh | bash
```
### Support this project
[](https://patreon.com/katistix)
[](https://ko-fi.com/G2G5R30KO)