Hey everyone, I was thinking about writing a basic...
# exposed
s
Hey everyone, I was thinking about writing a basic script that takes in a yaml spec (similar to openapi in format), and generates DSL tables + basic CRUDL functions (maybe routes for ktor). I’ve find when creating new tables a lot of the work is very repetitive and automate-able. Before doing so I wanted to check to see if anybody has done this already?
👀 3
e
I've been wanting to generate it as well, but from my domain entity classes. Keeping my eye on this thread