sqlalchemy_mptt
sqlalchemy_mptt copied to clipboard
linear structure
Mptt is a great project, It helps a lot of junior programmers to realize the connection between tree structure and database. Maybe we can build another project about linear structure. Is there such a plan?
@jackadam1981 Sorry for the late reply, could you give examples of exactly which structures you want to implement
Data structure like this, storage into the database. https://www.youtube.com/watch?v=sDP_pReYNEc https://www.youtube.com/watch?v=k0pjD12bzP0
I want to store data structures with historical information.