Move to Sqlite3. #35
Labels
code-refactor
function, struct, class, basically code to refactor/change
libcmbr
An issue regarding the library
priority:high
High priority issue
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.The text was updated successfully, but these errors were encountered: