Skip to content

devroach: Is a simple CLI for starting a local in-memory CockroachDB for development with auto-migrations from directories like gomigrate/drizzle/prisma. Also provides helpers to use in Go tests

License

Notifications You must be signed in to change notification settings

robinbraemer/devroach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

devroach: Is a simple CLI for starting a local in-memory CockroachDB for development with auto-migrations from directories like gomigrate/drizzle/prisma. Also provides helpers to use in Go tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages