Forráskód Böngészése

add clion config files

appflowy 3 éve
szülő
commit
06be0a562c
1 módosított fájl, 12 hozzáadás és 0 törlés
  1. 12 0
      .idea/dataSources.xml

+ 12 - 0
.idea/dataSources.xml

@@ -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/[email protected]/flowy-database.db</jdbc-url>
+      <working-dir>$ProjectFileDir$</working-dir>
+    </data-source>
+  </component>
+</project>