I've been struggling since 5 days and not able to fixed. I'm using prisma with mysql
if tables in database were like this User, Post . it will work fine
the issue is all tables are named like this am_user , am_post
in this library they used this
${pluralize(camelCase(resource.name))};
who is the hero who can save me? i'm not able to find any workaround
I've been struggling since 5 days and not able to fixed. I'm using prisma with mysql
if tables in database were like this User, Post . it will work fine
the issue is all tables are named like this am_user , am_post
in this library they used this
${pluralize(camelCase(resource.name))};who is the hero who can save me? i'm not able to find any workaround