Connections committet..

This commit is contained in:
2025-05-15 17:51:09 +02:00
parent 1ac2284644
commit 64a54e3508
5 changed files with 164 additions and 0 deletions

View File

@ -0,0 +1,56 @@
{
"folders": {},
"connections": {
"postgres-jdbc-196d49f3292-4cc18e6698aeabb3": {
"provider": "postgresql",
"driver": "postgres-jdbc",
"name": "big-server",
"save-password": true,
"virtual-model-id": "postgres-jdbc-19254257fa6-20520c7219e7a01f",
"configuration": {
"host": "192.168.1.10",
"port": "5435",
"database": "postgres",
"url": "jdbc:postgresql://192.168.1.10:5435/postgres",
"configurationType": "MANUAL",
"home": "postgresql_client",
"type": "dev",
"closeIdleConnection": true,
"properties": {
"connectTimeout": "20",
"loginTimeout": "20",
"escapeSyntaxCallMode": "callIfNoReturn"
},
"provider-properties": {
"@dbeaver-show-non-default-db@": "true",
"@dbeaver-chosen-role@": "",
"@dbeaver-show-template-db@": "false",
"@dbeaver-show-unavailable-db@": "false",
"show-database-statistics": "false",
"@dbeaver-read-all-data-types-db@": "false",
"read-keys-with-columns": "false",
"@dbeaver-use-prepared-statements-db@": "false",
"postgresql.dd.plain.string": "false",
"postgresql.dd.tag.string": "false"
},
"auth-model": "native"
}
}
},
"connection-types": {
"dev": {
"name": "Development",
"color": "255,255,255",
"description": "Regular development database",
"auto-commit": true,
"confirm-execute": false,
"confirm-data-change": false,
"smart-commit": false,
"smart-commit-recover": true,
"auto-close-transactions": true,
"close-transactions-period": 1800,
"auto-close-connections": true,
"close-connections-period": 14400
}
}
}