sqlalchemy_mptt icon indicating copy to clipboard operation
sqlalchemy_mptt copied to clipboard

linear structure

Open jackadam1981 opened this issue 5 years ago • 2 comments

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 avatar Nov 29 '19 13:11 jackadam1981

@jackadam1981 Sorry for the late reply, could you give examples of exactly which structures you want to implement

uralbash avatar Feb 13 '20 05:02 uralbash

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.

jackadam1981 avatar Feb 13 '20 06:02 jackadam1981