WPBones
WPBones copied to clipboard
Add the ability to run a generic query
Is your feature request related to a problem? Please describe. would be great to improve the QueryBuilder in order to provide a generic query method to execute any query
Describe the solution you'd like something like that
DB::table('users')->query('SELECT ....')->run();