repositorypackage
0.0.0-20240607164754-44eb6d8f1cfc
Repository: https://github.com/robinbraemer/devroach.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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