Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.