-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabaseDrivers.xml
26 lines (26 loc) · 1019 Bytes
/
databaseDrivers.xml
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
<application>
<component name="LocalDatabaseDriverManager" version="201">
<driver id="h2.unified">
<artifact id="H2" name="H2" use="true" version="1.4.196" />
</driver>
<driver id="hsqldb.local">
<artifact id="HSQLDB" name="HSQLDB" use="true" version="2.3.4" />
</driver>
<driver id="azure.ms">
<option name="auto-sync" value="false" />
</driver>
<driver id="mysql.8">
<artifact id="MySQL Connector/J 8" name="MySQL Connector/J 8" use="true" />
</driver>
<driver id="mysql">
<artifact id="MySQL Connector/J" name="MySQL Connector/J" use="true" version="5.1.40" />
</driver>
<driver id="oracle.19">
<artifact id="Oracle" name="Oracle" use="true" version="21.1.0.0" />
</driver>
<driver id="oracle">
<url-template name="SID" template="jdbc:oracle:thin:@localhost:1521/xe" />
<artifact id="Oracle" name="Oracle" channel="fixed" rolling="false" use="true" version="12.1.0.2" />
</driver>
</component>
</application>