|
|
|
|
|
by nitwit005
372 days ago
|
|
I wouldn't try to automate the DB part, but much like the protobufs code is generated from a spec, you can generate other parts from a spec. My current company has a schema repo used for both API and kafka type generation. This is a case where a monorepo should be a big advantage, as you can update everything with a single change. |
|