Skip to content

use with DB:: #1

@omidMolaverdi

Description

@omidMolaverdi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions