Is there a .now() from the DB server time, possibility when creating a document on maybe an attribute (created_at) ?
Getting this from client is not reliable. Spinning a cloud function for this is not ok.
The underlying mysql DB has this option build in, just wanted to know if it can be used.
Every Document has a $createdAt and $updatedAt parameter
Did eventually found this. But this is not available to sort elements into the console (admin) right ?
Also could not really find the 2 in the docs. 👀
Found them on GitHub
You can’t currently sort in the Console, but you can have it sorted with listDocuments
Recommended threads
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Relationships and Realtime
Since now Relationship attributes are only returned when explicitly queried, how does this change reflect in Realtime? If a listener is listening to a row from ...
- Rate lÃmit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...