Closed GokhanKR closed 3 years ago
That's seems doable, but will require some internal routines structural changes, breaking changes.
That should be targeted towards another major version update.
I just created another branch v5. If you want to submit PR, do so on that branch.
Implemented in current release https://github.com/ezSQL/ezsql/releases/tag/5.0.0
Describe the solution you'd like It might be nice to set the table name and prefix globally in advance.
Additional context ` $ezsql->table('users_table', 'usersprefix');
$ezsql->selecting(...) `