I see in console there is query builder to query data, collection, I would to archive something the same for nextjs , any library or how does it connect to the appwrite sdk . thanks
Uhh the SDK has all the query methods. See https://appwrite.io/docs/queries
What more are you looking for?
Looking for some sample built as it will be multiple conditions joint
It's just passing an array of stuff...you should have auto complete in your IDE too
okay will have a try.
Recommended threads
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...