同步操作将从 Gitee 极速下载/tooljet 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
id | title |
---|---|
appwrite | Appwrite Database |
Now build applications on top of your Appwrite database.
ToolJet connects to your Appwrite app using :
You'll find the Secret key and other credentials on your Appwrite's project settings page. You may need to create a new key if you don't have one already.
:::info You should also set the scope for access to a particular resource. Learn more about the API keys and scopes here. :::
To connect Appwrite datasource to your ToolJet application, go to the data source manager on the left-sidebar and click on the +
button. Select Appwrite from the list of available datasources, provide the credentials and click Save. It is recommended to check the connection by clicking on 'Test connection' button to verify if the service account can access Appwrite from the ToolJet server.
After setting up the Appwrite datasource, you can click on the +
button of the query manager at the bottom panel of the editor and select the Appwrite data source that you added in the previous step.
After selecting Appwrite datasource, select the operation that you want to perform on the Appwrite database and click Save to save the query.
:::tip Query results can be transformed using Transformations. Read our Transformation documentation here :::
This operation can be used to get a list of all the user documents.
String
type.integer
type.array
.array
.Use this operation to get a document from a collection by its unique ID.
Collection ID: You can create a new collection using the Database service server integration or appwrite console. The value for collection ID should be of String
type.
Document ID: Enter the document ID of the document that you want to get. The document ID should be of String
type.
Use this operation to create a new document in a collection.
Collection ID: You can create a new collection using the Database service server integration or appwrite console. The collection ID should be of String
type.
Body: Enter the document data as a JSON object.
Use this operation to update a document.
Collection ID: You can create a new collection using the Database service server integration or appwrite console. The value for collection ID should be of String
type.
Document ID: Enter the document ID of the document that you want to get. The document ID should be of String
type.
Body: Enter the document data as a JSON object.
Use this operation for deleting a document in the collection.
Collection ID: You can create a new collection using the Database service server integration or appwrite console. The value for collection ID should be of String
type.
Document ID: Enter the document ID of the document that you want to get. The document ID should be of String
type.
Use this operation for bulk updating a document in a collection.
Collection ID: You can create a new collection using the Database service server integration or appwrite console. The value for collection ID should be of String
type.
Key for document ID: Enter the key or attribute name that can be used to identify each record.
Records: The array of objects that will contain the data for updating each record in the database and these objects must contain a key-value pair to point unique record in the database (key for document)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。