libtree
libtree copied to clipboard
Python Tree Library
If no root node exists and get_root_node() is called, libtree raises `ValueError` instead of returning `None` as the docs say.
The current SQL queries are hard to read. Since everyone seems to have their own opinion how SQL should look like, it's probably the best to use a guide that...
All core API functions accept two types to reference a node in the database: NodeData and integer. Because the database doesn't understand our types :-) this means every function has...