Skip to content

Add protoc-gen-protodb: protoc plugin to generate boilerplate client grpc services code #1

@Adphi

Description

@Adphi

The plugin would add proto options:

  • Messages:
    • ignore messages
    • automatically register messages types
    • mark field as message key
    • mark field as index
    • mark field as pointer / relation
  • Services:
    • Generate CRUD handlers

Code generation:

  • embedded client typed code (automatically un/marshal from/to google.protobuf.Any)
  • typed field filters
  • CRUD handlers
  • Messages hooks:
    • before read
    • after read
    • before write
    • after write
    • before delete
    • after delete

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions