gradido/.dbeaver/data-sources.json
Claus-Peter Hübner b9c48d8760 ignore .dbeaver
2022-06-15 23:09:32 +02:00

32 lines
687 B
JSON

{
"folders": {},
"connections": {
"mariaDB-181692a0054-5276c99900718d4f": {
"provider": "mysql",
"driver": "mariaDB",
"name": "localhost",
"save-password": true,
"read-only": false,
"configuration": {
"host": "localhost",
"port": "3306",
"url": "jdbc:mariadb://localhost:3306/",
"home": "mysql_client",
"type": "dev",
"auth-model": "native",
"handlers": {}
}
}
},
"connection-types": {
"dev": {
"name": "Development",
"color": "255,255,255",
"description": "Regular development database",
"auto-commit": true,
"confirm-execute": false,
"confirm-data-change": false,
"auto-close-transactions": false
}
}
}