idea-settings/dataSources.xml

18 lines
888 B
XML

<application>
<component name="dataSourceStorage" format="xml" multifile-model="true">
<data-source source="LOCAL" name="127.0.0.1 mariadb" uuid="2ddc41d8-a382-408f-8683-7f39edd6e005">
<driver-ref>mariadb</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://localhost:3306/sistematics</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="127.0.0.1 clickhouse" uuid="88cafaee-3117-482b-acfa-dcb0d108252e">
<driver-ref>clickhouse</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.clickhouse.jdbc.ClickHouseDriver</jdbc-driver>
<jdbc-url>jdbc:clickhouse://localhost:8123/sistematics</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</application>