Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassejlv/dbcli
🐳 A CLI tool for scaffolding new database using Docker
https://github.com/lassejlv/dbcli
Last synced: about 1 month ago
JSON representation
🐳 A CLI tool for scaffolding new database using Docker
- Host: GitHub
- URL: https://github.com/lassejlv/dbcli
- Owner: lassejlv
- Created: 2024-10-01T08:57:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T09:16:34.000Z (3 months ago)
- Last Synced: 2024-11-30T18:33:56.503Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbcli
🐳 A CLI tool for scaffolding new database using Docker. (in alpha)
## Installation
This tool only works with [Bun](https://bun.sh) and [Docker](https://www.docker.com/) installed on your machine.
```bash
bun install -g @themrdev/dbcli
```## Usage
Only postgres is supported for now.
```bash
dbcli --new --type postgres # It will prompt and ask for username,password and database name
```And you are good to go. It will create a new postgres database with the provided credentials.