add clion config files

This commit is contained in:
appflowy 2021-07-19 11:36:30 +08:00
parent 602018765d
commit 06be0a562c

12
.idea/dataSources.xml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="flowy-database" uuid="09ae0f7a-e6fe-4cbf-9f3d-3dab46fd91b7">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/rust-lib/flowy-test/temp/flowy/annie@appflowy.io/flowy-database.db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>