-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Thanks for the great work.
Is there any way to change this package to work with the DB:: query builder? for example the query below:
DB::select("select name from users USE INDEX (names) limit 10");
being written like:
DB::table('users')->select('name')->useIndex('names')->limit(10);
gcaraciolo and tylerwiegand
Metadata
Metadata
Assignees
Labels
No labels