/nested-set-tree

A simple implementation of a nested set tree

Primary LanguageJavaMIT LicenseMIT

Nested-set-tree

A simple implementation of a nested set tree in spring boot and postgres without using recursion, just because I couldn't find any online.

Sql functions are based on the implementation in werc/TreeTraversal.