Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robinbraemer/devroach

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

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

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:

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