1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50{
"folders": {
"Local": {}
},
"connections": {
"mysql8-18714b52b1e-903bb2c2a97af7b": {
"provider": "mysql-ee",
"driver": "mysql8",
"name": "localhost",
"save-password": true,
"folder": "Local",
"configuration": {
"host": "localhost",
"port": "8087",
"url": "jdbc:mysql://localhost:8087/",
"configurationType": "MANUAL",
"type": "dev",
"auth-model": "native"
}
},
"postgres-jdbc-18723b0bf08-80fb356266c39fc": {
"provider": "postgresql",
"driver": "postgres-jdbc",
"name": "Equalify",
"save-password": true,
"configuration": {
"host": "localhost",
"port": "8432",
"database": "postgres",
"url": "jdbc:postgresql://localhost:8432/postgres",
"configurationType": "MANUAL",
"home": "PostgreSQL 15.2 (Homebrew",
"type": "dev",
"provider-properties": {},
"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,
"auto-close-transactions": false
}
}
}