I am building a chat application where user message needs to increased on every row creation. For this is there any increament feature?
TL;DR
Appwrite supports increasing the value of a numeric field through atomic operations. Check out the documentation here: https://appwrite.io/docs/products/databases/atomic-numeric-operations. This feature can be used for a chat application where user messages need to be incremented with each row creation.