d-r-q / qbit

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

Rewrite qbit from scratch #58

Closed d-r-q closed 4 years ago

d-r-q commented 5 years ago

Motivation: 1) Implement and test for all platforms from the beginning to discover incompatibilities and limitation of platforms early (#42 #38) 2) Make API suspend (#19) 3) Split API and implementation in different modules 4) Consider issues related to storage format and choose right solution (#6, #8, #9) 5) Add entity collections (#51) 6) Support maps and sets (#5, #7)

d-r-q commented 4 years ago

Actually rewrite from scratch is never a good idea