forked from freekmurze/phpstorm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatabaseDrivers.xml
More file actions
120 lines (120 loc) · 4.4 KB
/
databaseDrivers.xml
File metadata and controls
120 lines (120 loc) · 4.4 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<application>
<component name="LocalDatabaseDriverManager" version="163">
<driver id="db2" name="DB2 (LUW)">
<artifact name="DB2" use="true" />
<option name="auto-sync" value="false" />
</driver>
<driver id="db2.jtopen" name="DB2 (JTOpen)">
<artifact name="JTOpen (DB2 iSeries)" use="true" />
<option name="auto-sync" value="false" />
</driver>
<driver id="derby.embedded" name="Derby (Embedded)">
<artifact name="Apache Derby" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="derby.remote" name="Derby (Remote)">
<artifact name="Apache Derby" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="azure.ms">
<artifact name="SQL Server" use="true" />
<option name="auto-sync" value="true" />
<option name="send-app-info" value="false" />
</driver>
<driver id="sqlserver.ms" name="SQL Server (Microsoft)">
<artifact name="SQL Server" use="true" />
<option name="auto-sync" value="true" />
<option name="send-app-info" value="false" />
</driver>
<driver id="sqlserver.jtds" name="SQL Server (jTds)">
<artifact name="jTDS (SQL Server and Sybase)" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="sybase.jtds">
<artifact name="jTDS (SQL Server and Sybase)" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="sybase.ase" name="Sybase (Native)">
<option name="auto-sync" value="true" />
</driver>
<driver id="mysql.8">
<artifact name="MySQL Connector/J 8" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="mysql" name="MySQL">
<artifact name="MySQL Connector/J" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="mariadb">
<artifact name="MariaDB Connector J" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="oracle">
<artifact name="Oracle" use="true" />
<option name="auto-sync" value="true" />
<option name="auto-commit" value="false" />
</driver>
<driver id="postgresql">
<artifact name="PostgreSQL" use="true" />
<option name="auto-sync" value="true" />
<option name="schema-control" value="MANUAL" />
</driver>
<driver id="redshift">
<artifact name="Redshift" use="true" />
<option name="auto-sync" value="true" />
<option name="schema-control" value="MANUAL" />
</driver>
<driver id="hsqldb.local">
<artifact name="HSQLDB" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="hsqldb.remote">
<artifact name="HSQLDB" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="h2.unified">
<artifact name="H2" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="sqlite.xerial" name="Sqlite (Xerial)">
<artifact name="Xerial SQLiteJDBC" use="true" />
<option name="auto-sync" value="true" />
<library>
<url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.25.1/sqlite-jdbc-3.25.1.jar</url>
</library>
<library>
<url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.25.1/license.txt</url>
</library>
</driver>
<driver id="exasol">
<artifact name="Exasol" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="clickhouse">
<artifact name="ClickHouse" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="cassandra">
<artifact name="Cassandra" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="vertica">
<artifact name="Vertica" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="hive">
<artifact name="Hive" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="greenplum">
<artifact name="PostgreSQL" use="true" />
<option name="auto-sync" value="true" />
<option name="schema-control" value="MANUAL" />
<option name="send-app-info" value="false" />
</driver>
<driver id="snowflake">
<artifact name="Snowflake" use="true" />
<option name="auto-sync" value="true" />
</driver>
</component>
</application>