Weakky/ra-data-opencrud

How to use this library with prefix tables in database like am_user

Opened this issue · 0 comments

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