CMBRDB / libcmbrcc

A database built apon cmbr - Chess move binary representation (WIP)
Other
0 stars 1 forks source link

Move to Sqlite3. #35

Open datawater opened 1 month ago

datawater commented 1 month ago

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.

datawater commented 1 month ago

NOTE: May invalidate #28