/bookmarks2db

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

Primary LanguagePython

Practice of storing and manipulating hierarchical data on database

Each implementation should

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