WPBones icon indicating copy to clipboard operation
WPBones copied to clipboard

Add the ability to run a generic query

Open gfazioli opened this issue 4 years ago • 0 comments

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();

gfazioli avatar Oct 15 '21 14:10 gfazioli