add frontend.persist.db* to list of db namespaces

also cleaned up inconsistent alias and fixed export-db calling
db-based-graph? when caller fns already do this
This commit is contained in:
Gabriel Horner
2023-12-15 09:50:22 -05:00
parent eecb443fb8
commit 6f8badf18f
4 changed files with 10 additions and 5 deletions

View File

@@ -15,7 +15,8 @@
["logseq.db.sqlite." "logseq.db.frontend.property" "logseq.db.frontend.malli-schema"
"electron.db"
"frontend.handler.db-based."
"frontend.components.property" "frontend.components.class" "frontend.components.db-based"]))
"frontend.components.property" "frontend.components.class" "frontend.components.db-based"
"frontend.persist-db"]))
(def file-graph-ns
"Namespaces or parent namespaces _only_ for file graphs"
@@ -34,6 +35,9 @@
"src/main/frontend/components/property.cljs"
"src/main/frontend/components/property"
"src/main/frontend/components/db_based"
;; TODO: Enable this when run-export-periodically is deleted or moved out of the ns
#_"src/main/frontend/persist_db.cljs"
"src/main/frontend/persist_db"
"src/electron/electron/db.cljs"])
(def file-graph-paths