Categorygithub.com/viqueen/protoc-gen-sqlc
repository
0.0.15
Repository: https://github.com/viqueen/protoc-gen-sqlc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

protoc-gen-sqlc

Quality Gate Status

Protocol Buffers plugin to generate SQLC queries and schema from proto files.


install it

  • using go
go install github.com/viqueen/protoc-gen-sqlc@latest

development setup

  • install dependencies
go mod download
  • codegen
./build.sh generate
  • build
./build.sh local