d-r-q / qbit

qbit is a kotlin-multiplatform embeddable decentralized DBMS with object-relational information model
44 stars 9 forks source link

Add child to parent tree test #86

Open d-r-q opened 4 years ago

d-r-q commented 4 years ago

Requires API change to allow user to persist several entities in single call

Add test for factoring of tree of

data class ChildToParent(val id: Long?, parent: ChildToParent?)