d-r-q / qbit

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

#64: MPP: Get rid of reflection in schema definition #68

Closed d-r-q closed 4 years ago

d-r-q commented 4 years ago

Find a way to define a db schema without using jvm-only reflection features.

Parent: #64