Researching code generation tools
Today I've been updating our existing hygen code generation templates. We have a script set up with prompts which will automatically generate a migration file for new tables, integrate it with our ORM, in-memory caching, and GraphQL types and resolvers.

It's magic!