Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bookmarks-tools/bookmarks2db

:bookmark: examples of storing bookmarks data in a database (Neo4j, PostgreSQL using mptt and ltree)
https://github.com/bookmarks-tools/bookmarks2db

bookmarks ltree mptt neo4j postgresql sqlalchemy

Last synced: 3 months ago
JSON representation

:bookmark: examples of storing bookmarks data in a database (Neo4j, PostgreSQL using mptt and ltree)

Awesome Lists containing this project

README

        

Practice of storing and manipulating hierarchical data on database

Each implementation should
1. Import hierarchical bookmarks dictionary
2. Remove bookmark from folder
4. Remove folder with all nested bookmarks and folders
5. Move folder to other folder with all nested bookmarks and folders