mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 03:03:13 +08:00
Support database or schema
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
{
|
||||
"dbType": "POSTGRESQL",
|
||||
"supportDatabase": true,
|
||||
"supportSchema": true,
|
||||
"driverConfigList": [
|
||||
{
|
||||
"url": "jdbc:postgresql://localhost:5432/postgres",
|
||||
|
Reference in New Issue
Block a user