Commit graph

5 commits

Author SHA1 Message Date
8f424d45f7 fix: update readwise example to work without duplicating nodes
this is a workaround to the fact that readwise use cursor pagination
instead of offset pagination, proper handling will be added later
2024-12-02 09:34:12 -03:00
92c9814e2a feat: add basic readwise example 2024-12-01 16:08:10 -03:00
8af94161ab feat: allow to fetch nodes 2024-11-22 21:05:15 -03:00
8c660053e5 feat: allow to fetch collections 2024-11-21 20:27:57 -03:00
b2d8dadcee feat: implement database handlerImplement a database api to manage nodes and relationships in a "graph databaselike" implemented in sqlite.closes #1 2024-11-18 13:23:37 -03:00