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:
Gabriel Horner
2023-12-13 11:59:21 -05:00
parent 79a9c59dd5
commit ffa6aaae29
16 changed files with 58 additions and 118 deletions

View File

@@ -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