From 06be0a562c692c1086819ab9b5c1c6b5433d6ac5 Mon Sep 17 00:00:00 2001 From: appflowy Date: Mon, 19 Jul 2021 11:36:30 +0800 Subject: [PATCH] add clion config files --- .idea/dataSources.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .idea/dataSources.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000000..7f5b513827 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:$PROJECT_DIR$/rust-lib/flowy-test/temp/flowy/annie@appflowy.io/flowy-database.db + $ProjectFileDir$ + + + \ No newline at end of file