mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 05:52:55 +08:00
14 lines
612 B
XML
14 lines
612 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="osu-client-sqlite" uuid="1aa4b9be-cd8d-47ae-8186-30a13cd724a5">
|
|
<driver-ref>sqlite.xerial</driver-ref>
|
|
<synchronize>true</synchronize>
|
|
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
|
|
<jdbc-url>jdbc:sqlite:$USER_HOME$/.local/share/osu/client.db</jdbc-url>
|
|
<driver-properties>
|
|
<property name="enable_load_extension" value="true" />
|
|
</driver-properties>
|
|
</data-source>
|
|
</component>
|
|
</project> |