Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 367 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 367 Bytes

igbodb

Object oriented database

To compile the Proto Buffers definitionn

protoc grpc/*.proto --go_out=. --go_opt=paths=source_relative --proto_path=.

To generate client and server grpc code protoc grpc/*.proto --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative --proto_path=.