mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
14 lines
No EOL
599 B
XML
14 lines
No EOL
599 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
|
<data-source source="LOCAL" name="craftbeerpi.db" uuid="5067e7fe-480d-4433-bc40-f2d1c38362a2">
|
|
<driver-ref>sqlite.xerial</driver-ref>
|
|
<synchronize>true</synchronize>
|
|
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
|
|
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/craftbeerpi.db</jdbc-url>
|
|
<driver-properties>
|
|
<property name="enable_load_extension" value="true" />
|
|
</driver-properties>
|
|
</data-source>
|
|
</component>
|
|
</project> |