mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
* Core infrastructure for LLM integration. * Add support for a number of different AI generated reports on security, performance, and schema design on servers, databases, and schemas, as appropriate. * Add a Natural Language AI assistant to the Query Tool. * Add an AI Insights panel to the EXPLAIN tool in the Query Tool, to analyse and report on issues in query plans.
21 lines
386 B
ReStructuredText
21 lines
386 B
ReStructuredText
.. _developer_tools:
|
|
|
|
************************
|
|
`Developer Tools`:index:
|
|
************************
|
|
|
|
The pgAdmin *Tools* menu displays a list of powerful developer tools that you
|
|
can use to execute and analyze complex SQL commands, manage data, and debug
|
|
PL/SQL code.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
debugger
|
|
query_tool
|
|
editgrid
|
|
schema_diff
|
|
erd_tool
|
|
psql_tool
|
|
ai_tools
|