0.3.3 • Published 8 months ago

create-docker-db v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

📦 create-docker-db

A CLI to easily create DBs for local development using Docker Compose.

Currently supports Postgres and MySQL.

Screenshot showcasing the `create-docker-db` CLI tool

🚀 Usage

npx create-docker-db # or bunx create-docker-db

🎯 Roadmap

Features

  • Setup Changesets
  • Display copy-pastable connection URLs for the created databases
  • Modify existing Docker Compose files instead of overwriting them
  • Add support for more databases (see below)
  • Allow Redis to be selected with other DBs (like selecting Postgres + Redis)
  • Add support for more configurations (like custom container names based on project name)

Support Additional Databases

  • Add support for MongoDB
  • Add support for Redis
  • Add support for SQLite (with LibSQL HTTP for Turso)
  • Add support for HTTP based DB services (like PlanetScale, Turso, etc.)
0.3.3

8 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago

0.0.1

10 months ago