Currently, the file is just a bitcode dump of a struct CmbrFile. Writing our own faux database engine would be a huge amount effort and would probably be less efficient than sqlite. Make a move to sqlite, basically converting the CmbrFile structure into a table.
Currently, the file is just a bitcode dump of a struct
CmbrFile
. Writing our own faux database engine would be a huge amount effort and would probably be less efficient than sqlite. Make a move to sqlite, basically converting theCmbrFile
structure into a table.