https://github.com/silas/jimmy
Spanner schema migrations
https://github.com/silas/jimmy
Last synced: 25 days ago
JSON representation
Spanner schema migrations
- Host: GitHub
- URL: https://github.com/silas/jimmy
- Owner: silas
- Created: 2024-10-13T08:34:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T21:14:48.000Z (over 1 year ago)
- Last Synced: 2025-09-07T21:33:14.515Z (11 months ago)
- Language: Go
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jimmy
Jimmy is a Google Spanner schema migrations tool.
## Usage
```
Usage:
jimmy [command]
Available Commands:
init Initialize migrations
create Create a new migration
add Add to an existing migration
upgrade Run all schema upgrades
templates Show templates
help Help about any command
Flags:
-c, --config string configuration file (default ".jimmy.yaml")
-d, --database string set Spanner database ID
--emulator set whether to enable emulator mode (default automatically detected)
-h, --help help for jimmy
-i, --instance string set Spanner instance ID
-p, --project string set Google project ID
-v, --version version for jimmy
```