d-r-q / qbit

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

MPP: Get rid of reflection #64

Closed d-r-q closed 4 years ago

d-r-q commented 4 years ago

Currently qbit uses reflection [at least] in mapping/typing//factorization/reconstruction of entities, and reflection isn't actually supported on js and native platforms. Remove usage of reflection api in all the qbit sources.

Branch: get-rid-of-reflection