Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 444 Bytes

devroach

devroach is a simple CLI for starting a local in-memory CockroachDB for development run auto-running migrations in a directory like from prisma.

Installation

To run a CockroachDB instance locally and run migrations, you can install devroach using the following command:

go run github.com/robinbraemer/devroach/cmd/devroach@latest
# or
go install github.com/robinbraemer/devroach/cmd/devroach@latest
devroach -h