Skip to content

Commit f66b9c0

Browse files
chore: add links for DB doc
1 parent b9764d9 commit f66b9c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

db-version.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ Logseq Sync syncs DB graphs between devices. It is also referred to as RTC (Real
450450

451451
The [JS Plugin SDK](https://logseq.github.io/plugins/) adds support for DB graphs, including DB-graph specific methods. There is also a CLJS SDK. See https://github.com/logseq/cljs-plugin-example for an example plugin using the CLJS SDK.
452452

453+
For example plugins that work with DB graphs, see https://github.com/benjypng/logseq-zoterolocal-plugin and https://github.com/kerim/logseq-checklist.
454+
453455
## DB Graph Importer
454456

455457
The DB Graph Importer converts a file graph to a DB graph. An overview of what it does:
@@ -593,4 +595,6 @@ Read the [CLI's homepage](https://www.npmjs.com/package/@logseq/cli) to learn mo
593595
## Additional Links
594596
* https://discuss.logseq.com/t/introducing-newtags-with-examples/32310 - Helpful tutorial on new tags
595597
* https://github.com/C0ntr0lledCha0s/logseq-template-graph - Example graph with useful properties and tags. Import graph as EDN.
596-
* https://github.com/jcblemai/logseq-graph-ci - Github workflow that uses CLI to validate a graph
598+
* https://github.com/jcblemai/logseq-graph-ci - Github workflow that uses CLI to validate a graph
599+
- https://github.com/kerim/logseq-db-query-builder - Visual advanced query builder
600+
- https://github.com/kerim/logseq-db-knowledge - Skills for working with DB graphs

0 commit comments

Comments
 (0)