Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select method may take an array of string #13

Open
malbaladejo opened this issue Mar 7, 2023 · 0 comments
Open

select method may take an array of string #13

malbaladejo opened this issue Mar 7, 2023 · 0 comments

Comments

@malbaladejo
Copy link

Hi,
very cool librairy.
May I suggest an improvement ?

Now the select method takes a string :
new QueryBuilder().select('name,code');

It would be sometimes easier if select method would take an array of string :
new QueryBuilder().select('name', 'code');

What do you think about ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant