This repository was archived by the owner on Jun 2, 2024. It is now read-only.
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Closed
Description
To prevent overhead, it would be great to use a method like select()
to select specific fields to be returned with results. Like select(['id', 'name'])
etc
Arguments to allow:
- Allow array
['id','name','email']
- Allow string (comma delimited)
"id,name,email"
Example method API
query()->select()