mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance: remove sqlite usage from Electron
Use periodic db export instead. Manual saving db to the disk can be triggered by `mod+s`.
This commit is contained in:
@@ -146,7 +146,6 @@
|
||||
(fn [^js data]
|
||||
(state/set-state! :electron/server (bean/->clj data))))
|
||||
|
||||
|
||||
(safe-api-call "handbook"
|
||||
(fn [^js data]
|
||||
(when-let [k (and data (.-key data))]
|
||||
|
||||
Reference in New Issue
Block a user