2021-02-08 06:00:02 +00:00
|
|
|
# DB Integration
|
|
|
|
|
Create a appsmith-docs/datasource-reference/<integratiom>.md file.
|
2020-12-17 10:05:51 +00:00
|
|
|
Follow the [asset-upload](./UploadingAssets.md) guidelines to upload and use an asset in docs.
|
2021-02-08 05:58:58 +00:00
|
|
|
Update the SUMMARY.md file with the link to the new document
|
2020-10-01 08:50:56 +00:00
|
|
|
|
|
|
|
|
## Action docs template
|
|
|
|
|
Copy paste this template
|
|
|
|
|
```
|
|
|
|
|
---
|
|
|
|
|
description: >-
|
|
|
|
|
Integration Description
|
|
|
|
|
---
|
|
|
|
|
|
2021-02-08 05:58:15 +00:00
|
|
|
# Connection Settings
|
2020-10-01 08:50:56 +00:00
|
|
|
|
2021-02-08 05:58:15 +00:00
|
|
|
# Querying the database
|
2020-10-01 08:50:56 +00:00
|
|
|
|
2021-02-08 05:58:15 +00:00
|
|
|
# Using Queries in applications
|
2020-10-01 08:50:56 +00:00
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|