@themrdev/dbcli
v0.0.1-alpha
Published
🐳 A CLI tool for scaffolding new database using Docker. (in alpha)
Readme
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/dbcliUsage
Only postgres is supported for now.
dbcli --new --type postgres # It will prompt and ask for username,password and database nameAnd you are good to go. It will create a new postgres database with the provided credentials.
