v1.1.0
What's New in v1.1.0
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.0/protoc-gen-protorm_1.1.0_darwin_arm64.tar.gz
tar -xzf protoc-gen-protorm_1.1.0_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
Features
- 512f14f: feat: enhance generator with pg types, shared gormx runtime, and nested refs (@oh-tarnished)
Others
- 85b67a9: Merge pull request #17 from the-protobuf-project/feat/generator-overhaul (@oh-tarnished)