Compare commits
2 Commits
a45a2de2df
...
b5b86ae0d4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5b86ae0d4 | ||
|
|
8cdf735e3e |
@ -1,7 +1,7 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="PathMacrosImpl">
|
<component name="PathMacrosImpl">
|
||||||
<macro name="MAVEN_REPOSITORY" value="/Users/aiko/.m2/repository" />
|
<macro name="MAVEN_REPOSITORY" value="/Users/aiko/.m2/repository" />
|
||||||
<macro name="KOTLIN_BUNDLED" value="/Users/aiko/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/192.7142.36/IntelliJ IDEA.app/Contents/plugins/Kotlin/kotlinc" />
|
<macro name="KOTLIN_BUNDLED" value="/Users/aiko/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.5233.102/IntelliJ IDEA.app/Contents/plugins/Kotlin/kotlinc" />
|
||||||
<ignoredMacro name="MESSAGE" />
|
<ignoredMacro name="MESSAGE" />
|
||||||
<ignoredMacro name="FILE_PATH" />
|
<ignoredMacro name="FILE_PATH" />
|
||||||
<ignoredMacro name="LINE" />
|
<ignoredMacro name="LINE" />
|
||||||
|
|||||||
123
databaseDrivers.xml
Normal file
123
databaseDrivers.xml
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
<application>
|
||||||
|
<component name="LocalDatabaseDriverManager" version="163">
|
||||||
|
<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="db2">
|
||||||
|
<artifact name="DB2" use="true" />
|
||||||
|
<option name="auto-sync" value="false" />
|
||||||
|
</driver>
|
||||||
|
<driver id="db2.jtopen">
|
||||||
|
<artifact name="JTOpen (DB2 iSeries)" use="true" />
|
||||||
|
<option name="auto-sync" value="false" />
|
||||||
|
</driver>
|
||||||
|
<driver id="derby.embedded">
|
||||||
|
<artifact name="Apache Derby" use="true" />
|
||||||
|
<option name="auto-sync" value="true" />
|
||||||
|
</driver>
|
||||||
|
<driver id="derby.remote">
|
||||||
|
<artifact name="Apache Derby" 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="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="mariadb">
|
||||||
|
<artifact name="MariaDB Connector J" use="true" />
|
||||||
|
<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">
|
||||||
|
<artifact name="MySQL 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="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="sqlite.xerial">
|
||||||
|
<artifact name="Xerial SQLiteJDBC" use="true" version="3.25.1" />
|
||||||
|
<option name="auto-sync" value="true" />
|
||||||
|
<option name="auto-commit" value="true" />
|
||||||
|
<option name="format-sources-on-sync" value="true" />
|
||||||
|
<option name="send-app-info" value="true" />
|
||||||
|
<option name="source-loading" value="USER_SOURCES" />
|
||||||
|
<option name="schema-control" value="AUTOMATIC" />
|
||||||
|
</driver>
|
||||||
|
<driver id="sqlserver.ms">
|
||||||
|
<artifact name="SQL Server" use="true" />
|
||||||
|
<option name="auto-sync" value="true" />
|
||||||
|
<option name="send-app-info" value="false" />
|
||||||
|
</driver>
|
||||||
|
<driver id="sqlserver.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">
|
||||||
|
<option name="auto-sync" value="true" />
|
||||||
|
</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="snowflake">
|
||||||
|
<artifact name="Snowflake" use="true" />
|
||||||
|
<option name="auto-sync" value="true" />
|
||||||
|
</driver>
|
||||||
|
<driver id="mongo">
|
||||||
|
<artifact name="MongoDB" use="true" />
|
||||||
|
<option name="auto-sync" value="true" />
|
||||||
|
</driver>
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
@ -1,8 +1,6 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="FileTypeManager" version="17">
|
<component name="FileTypeManager" version="17">
|
||||||
<extensionMap>
|
<extensionMap>
|
||||||
<mapping pattern="*.js.flow" type="Flow" />
|
|
||||||
<mapping pattern="*.js.flow" type="Flow" />
|
|
||||||
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
|
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
|
||||||
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
|
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
|
||||||
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
|
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user