Join Slack
Powered by
Hi folks, I want to write some unit tests to make ...
# orm-help
f
Franco Roura
01/25/2022, 7:26 PM
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?
Open in Slack
Previous
Next