nitric
nitric copied to clipboard
Add the ability to sort collections via a key
As a nitric developer building with collections, I would like to be able to sort my collections via a key.
An example in Node SDK:
await col.query().sort('createdAt', 'asc').fetch();