You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable the usage of an alias for a column name when using Sorts (#164)
* allow for alias on sort
* Fix tests and add column name to sort class
* drop array syntax for aliasing allowed sorts
adjust documentation
* drop test for array syntax
* add hyperlink to readme
Sometimes you'll want to fetch only a couple fields to reduce the overall size of your SQL query. This can be done using the `fields` query parameter. The following fetch only the users' `id` and `name`
0 commit comments