22 lines
432 B
Markdown
22 lines
432 B
Markdown
# DB Integration
|
|
Create a appsmith-docs/datasource-reference/<integratiom>.md file.
|
|
Follow the [asset-upload](./UploadingAssets.md) guidelines to upload and use an asset in docs.
|
|
Update the SUMMARY.md file with the link to the new document
|
|
|
|
## Action docs template
|
|
Copy paste this template
|
|
```
|
|
---
|
|
description: >-
|
|
Integration Description
|
|
---
|
|
|
|
# Connection Settings
|
|
|
|
# Querying the database
|
|
|
|
# Using Queries in applications
|
|
|
|
```
|
|
|