File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 32
32
" integrations/linear" ,
33
33
" integrations/github" ,
34
34
" integrations/web-search" ,
35
- " integrations/sandboxes"
35
+ " integrations/sandboxes" ,
36
+ " integrations/postgres"
36
37
]
37
38
}
38
39
]
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Postgres Integration"
3
+ sidebarTitle : " Postgres"
4
+ icon : " database"
5
+ ---
6
+
7
+ Integrate Codegen with your Postgres (or Postgres-compatible databases) to enable database querying capabilities.
8
+
9
+ ## Installation
10
+
11
+ Connect your database to Codegen by configuring your database credentials in the settings.
12
+
13
+ <Card
14
+ title = " Configure Database Access"
15
+ icon = " shield"
16
+ href = " https://codegen.com/settings/postgres"
17
+ >
18
+ Set up your database connection credentials in the secure settings panel.
19
+ </Card >
20
+
21
+ <Note type = " warning" >
22
+ For security reasons, it is strongly recommended to configure credentials with READ-ONLY access.
23
+ Providing write access to automated agents could potentially lead to unintended data modifications
24
+ or other negative consequences.
25
+ </Note >
26
+
27
+ ## Capabilities
28
+
29
+ The Postgres integration provides secure database access enabling agents to:
30
+
31
+ - ** Query Data:** Execute SELECT queries to fetch information from your database
32
+ - ** Analyze Schema:** View table structures, relationships, and column definitions
33
+ - ** Generate Reports:** Create data summaries and analysis based on query results
34
+
35
+ ## How Agents Use Postgres
36
+
37
+ Agents leverage the Postgres integration to assist with data-related tasks:
38
+
39
+ - ** Data Exploration:** Safely query your database to understand data structures and relationships
40
+ - ** Report Generation:** Create data-driven reports and analytics
41
+ - ** Schema Analysis:** Provide insights about database design and optimization
You can’t perform that action at this time.
0 commit comments