-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
I’m on a non-optimal environment where tables accesed by php-crud-api share a database with other tables used by other applications.
If it will be a 'table_prefix' settings it allows me to keep my calls to php-crud-api the same indipendently by the environment (if I’m looking for 'products' I’ll keep ask for 'products' and not 'prefix1_products' on some server and 'prefix2_products' on another one) and also permits to limit access to a subset of tables without having to set the 'table_authorizer'.
Ghenimi