mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-02 01:27:14 +00:00
16 lines
662 B
ReStructuredText
16 lines
662 B
ReStructuredText
Connections
|
|
---------
|
|
**In order to interact more conveniently with users' private environments, the project has designed a connection module, which can support connection to databases, Excel, knowledge bases, and other environments to achieve information and data exchange.**
|
|
|
|
DB-GPT provides base class BaseConnect, you can inheriting and implement get_session(), get_table_names(), get_index_info(), get_database_list() and run().
|
|
|
|
- `mysql_connection <./connections/mysql_connection.html>`_: supported mysql_connection.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Connections
|
|
:name: mysql_connection
|
|
:hidden:
|
|
|
|
./connections/mysql/mysql_connection.md |