Skip to content

Commit

Permalink
feat: add partial support for composite primary keys (#252)
Browse files Browse the repository at this point in the history
* feat: add partial support for composite primary keys

Currently, a single PK was getting handled. This PR attempts to
add the support for composite primary keys, so that generated methods
are predictable.

Currently, only read, list & delete are handled in the current PR.
Additional method support will be added in the upcoming PRs.

Added department user proto to demonstrate the same.

* consider field name "id" as well
  • Loading branch information
chinmayb authored Jul 26, 2023
1 parent 200c4da commit 40bd640
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 124 deletions.
Loading

0 comments on commit 40bd640

Please sign in to comment.