You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-v2/pages/databases/working-with-sql.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ import ArcadeEmbed from '@/components/ArcadeEmbed'
5
5
# Working with SQL
6
6
Pipedream makes it easy to interact with SQL databases within your workflows. You can securely connect to your database and use either pre-built no-code triggers and actions to interact with your database, or execute custom SQL queries.
7
7
8
+
<Callouttype="info">
9
+
The below features are currently in beta. If you have feedback or feature requests, please [let us know](https://pipedream.com/support).
10
+
</Callout>
11
+
8
12
## SQL Editor
9
13
With the built-in SQL editor, you access linting and auto-complete features typical of modern SQL editors.
0 commit comments