Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robinbraemer/devroach
- Owner: robinbraemer
- License: mit
- Created: 2024-04-07T10:09:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T16:47:55.000Z (5 months ago)
- Last Synced: 2024-06-19T16:14:52.453Z (5 months ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```