Skip to content

Adding table prefix #257

@RiccardoB

Description

@RiccardoB

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'.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions