What's New in v1.5.0
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.5.0/protoc-gen-orm_1.5.0_darwin_arm64.tar.gz
tar -xzf protoc-gen-orm_1.5.0_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
Features
- c63ca45: feat: add telemetry support to GORM stores (@oh-tarnished)
Others
- 22b55e5: Merge pull request #38 from the-protobuf-project/dependabot/github_actions/actions/setup-go-7 (@oh-tarnished)
- dd21fca: Merge pull request #39 from the-protobuf-project/feat/telementry (@oh-tarnished)
- 72fe9f8: chore(deps): bump actions/setup-go from 6 to 7 (@dependabot[bot])