zk/internal/adapter/sqlite/testdata/default/notes_collections.yml
Mickaël Menu 50855154e2
Architecture (#27)
* Move everything under the internal package.
* Better separation between core and adapter packages, for easier unit testing.
* Simplify data models.
* Support multiple opened notebooks during runtime (useful for the LSP server).
* Proper surface API which might be exposed later as a public Go package.
2021-04-14 20:14:01 +02:00

19 lines
483 B
YAML

- id: 1
note_id: 1 # log/2021-01-03.md
collection_id: 1 # tag:fiction
- id: 2
note_id: 1 # log/2021-01-03.md
collection_id: 2 # tag:adventure
- id: 3
note_id: 2 # log/2021-01-04.md
collection_id: 3 # genre:fiction
- id: 4
note_id: 5 # ref/test/b.md
collection_id: 2 # tag:adventure
- id: 5
note_id: 4 # f39c8.md
collection_id: 4 # tag:fantasy
- id: 6
note_id: 5 # ref/test/b.md
collection_id: 5 # tag:adventure