mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: remove unused db.sqlite related fns
- remove sqlite-db/close! as its not used and didn't make sense to be used in other electron ns - remove sqlite-db/connections atom as its not needed - remove read-graph as its not necessary - rename cli.persist-graph as its primary purpose has changed - update effected scripts
This commit is contained in:
@@ -45,7 +45,5 @@ Created graph schema!
|
||||
|
||||
#### Update graph scripts
|
||||
|
||||
For database graphs, it is possible to update graphs with the
|
||||
`logseq.outliner.cli.persist-graph`.
|
||||
ns. This ns makes it easy to write scripts that update graphs using datascript
|
||||
and logseq's schema. TODO
|
||||
For database graphs, it is recommended to use
|
||||
`logseq.outliner.cli.pipeline/add-listener!` when updating graphs. TODO
|
||||
Reference in New Issue
Block a user