crossbario / cfxdb

Database schemata for CrossbarFX and XBR, based on zLMDB
MIT License
0 stars 6 forks source link

Migrate master tables to flatbuffers #47

Open oberstet opened 4 years ago

oberstet commented 4 years ago

Currently, even though we do have a properly defined schema

we only have CBR-based zLMDB tables, which follow those schemata by convention, but use CBOR as value-type

We should migrate those tables to proper Flatbuffers value-typed tables. This should be (almost) without any impact on the existing code in cfx master! at least it is a good test of this promise;) as in, "how it should work as designed" ..