bookmarks-tools / bookmarks2db

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 66.1%Language:HTML 33.9%