Adam
Adam
A collection of syntactic sugar functions to help make repetitive task easier. A couple of examples of what these might be called: - `isDescendantOf` - `isChildOf` - `isSiblingOf` - `isRoot`...
To prevent incorrect usage a simple verification that the models has the minimum required fields would help a lot to teach correct usage of the extension.
> Solves problems that can appear when transactions are not used and a piece of code breaks, leaving the tree in an inconsistent state. https://django-treebeard.readthedocs.io/en/latest/api.html#treebeard.models.Node.fix_tree Not necessary for a basic...
The extension's internal type safety isn't the best it could be. There are a lot of red squigglies. This is part due to `Prisma.getExtensionContext` not really providing much of a...