-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabaseDrivers.xml
32 lines (32 loc) · 1.52 KB
/
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
27
28
29
30
31
32
<application>
<component name="LocalDatabaseDriverManager" version="201">
<driver id="mariadb">
<artifact id="MariaDB Connector J" name="MariaDB Connector J" use="true" version="3.3.3" />
</driver>
<driver id="mongo">
<artifact id="MongoDB" name="MongoDB" use="true" version="1.18" />
</driver>
<driver id="mysql.8">
<artifact />
<artifact id="MySQL ConnectorJ" name="MySQL ConnectorJ" use="true" version="8.2.0" />
</driver>
<driver id="postgresql">
<artifact id="PostgreSQL" name="PostgreSQL" use="true" version="42.6.0" />
</driver>
<driver id="sqlite.xerial">
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.40.1" />
<library>
<url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.39.2/sqlite-jdbc-3.39.2.jar</url>
</library>
</driver>
<driver id="d95e63e6-1d74-4802-9960-51fb4b076fab" name="test driver" dialect="SQLite" driver-class="org.sqlite.JDBC" icon="AllIcons.Providers.Sqlite">
<url-template name="default" template="jdbc:sqlite:!(:memory:){file::identifier.sqlite}?" />
<url-template name="In-memory" template="jdbc:sqlite::memory:" />
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.40.1" />
<property name="enable_load_extension" value="true" />
<library>
<url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.40.1/sqlite-jdbc-3.40.1.jar</url>
</library>
</driver>
</component>
</application>