Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 833 Bytes

File metadata and controls

19 lines (11 loc) · 833 Bytes

Appwrite-databases

Official docs here: https://appwrite.io/docs/server/databases?sdk=nodejs-default

Description

Manage Databases, Collections and Documents in Appwrite

Find out more about plugins here: https://docs.budibase.com/docs/custom-plugin

See how to connect here: https://github.com/melohagan/budibase-datasource-appwrite/

Using queries

When using the Read function, you can add an array of queries to filter your results.

queries documents

This will work when listing documents, collections, and databases.

You must use square brackets to indicate the array, and double quotes for each query. As shown you can also use single quotes when the queries themselves have string values.