v1.4.3
What's New in v1.4.3
protoc-gen-orm 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-ormManual (macOS / Linux)
# Pick your platform, e.g. darwin_arm64 / linux_amd64
curl -LO https://github.com/the-protobuf-project/orm/releases/download/v1.4.3/protoc-gen-orm_1.4.3_darwin_arm64.tar.gz
tar -xzf protoc-gen-orm_1.4.3_darwin_arm64.tar.gz
sudo mv protoc-gen-orm /usr/local/bin/Then reference it from buf.gen.yaml:
plugins:
- local: protoc-gen-orm
out: generated
opt: [target=prisma] # prisma | gorm | sqlChangelog
Bug Fixes
- 5251546: fix(deps): downgrade ClickHouse/ch-go to v0.61.5 for compatibility (@oh-tarnished)
- 2761890: fix(env): update instructions for .env.example file clarity (@oh-tarnished)
- 0abe594: fix(imports): correct import statement format in filters template (@oh-tarnished)
- 91b8ef7: fix(justfile): update references from protorm to orm for consistency (@oh-tarnished)
Others
- f5a7c37: Refactor GraphQL code generation to eliminate schema package and use resource-specific packages (@oh-tarnished)