0.0.1-alpha • Published 9 months ago

@themrdev/dbcli v0.0.1-alpha

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

dbcli

🐳 A CLI tool for scaffolding new database using Docker. (in alpha)

Installation

This tool only works with Bun and Docker installed on your machine.

bun install -g @themrdev/dbcli

Usage

Only postgres is supported for now.

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.

0.0.1-alpha

9 months ago