Hi folks, I want to write some unit tests to make ...
# orm-help
f
Hi folks, I want to write some unit tests to make sure every camelCase property of my
schema.prisma
file has a @map('snake_case') equivalent. Does prisma have any kind of AST builtin tool or should I just read the file and parse it with js?