v1.1.1
What's New in v1.1.1
protoc-gen-protorm generates Prisma, GORM, and SQL database schemas
from your Protobuf definitions. Download the binary for your platform below.
Installation
Homebrew
brew install the-protobuf-project/tap/protoc-gen-protormManual (macOS / Linux)
# Pick your platform, e.g. darwin_arm64 / linux_amd64
curl -LO https://github.com/the-protobuf-project/protorm/releases/download/v1.1.1/protoc-gen-protorm_1.1.1_darwin_arm64.tar.gz
tar -xzf protoc-gen-protorm_1.1.1_darwin_arm64.tar.gz
sudo mv protoc-gen-protorm /usr/local/bin/Then reference it from buf.gen.yaml:
plugins:
- local: protoc-gen-protorm
out: generated
opt: [target=prisma] # prisma | gorm | sqlChangelog
Others
- 3ce576f: Merge branch 'main' into dependabot/go_modules/examples/github.com/ClickHouse/ch-go-0.65.0 (@oh-tarnished)
- 59d730b: Merge branch 'main' into dependabot/go_modules/examples/github.com/ClickHouse/ch-go-0.65.0 (@oh-tarnished)
- c5793aa: Merge pull request #18 from the-protobuf-project/dependabot/go_modules/examples/golang.org/x/crypto-0.45.0 (@oh-tarnished)
- b60319d: Merge pull request #19 from the-protobuf-project/dependabot/go_modules/examples/github.com/jackc/pgx/v5-5.9.2 (@oh-tarnished)
- 7d038de: Merge pull request #20 from the-protobuf-project/dependabot/go_modules/examples/github.com/ClickHouse/ch-go-0.65.0 (@oh-tarnished)
- 954e988: Merge pull request #21 from the-protobuf-project/dependabot/github_actions/actions/checkout-7 (@oh-tarnished)
- 5c7c8b7: Merge pull request #22 from the-protobuf-project/feat/common-schema-generation (@oh-tarnished)
- 7cd8a03: Update README.md (@oh-tarnished)
- 8d29891: added common table generation for schema (@oh-tarnished)
- 0b93dfd: chore(deps): bump actions/checkout from 6 to 7 (@dependabot[bot])
- 3c7cdf5: chore(deps): bump github.com/ClickHouse/ch-go in /examples (@dependabot[bot])
- 329a4ef: chore(deps): bump github.com/jackc/pgx/v5 in /examples (@dependabot[bot])
- 7462530: chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.45.0 in /examples (@dependabot[bot])
- 1c5db99: mistake generation (@oh-tarnished)