Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to Sqlite3. #35

Open
datawater opened this issue Oct 8, 2024 · 1 comment
Open

Move to Sqlite3. #35

datawater opened this issue Oct 8, 2024 · 1 comment
Labels
code-refactor function, struct, class, basically code to refactor/change libcmbr An issue regarding the library priority:high High priority issue

Comments

@datawater
Copy link
Collaborator

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 datawater added code-refactor function, struct, class, basically code to refactor/change libcmbr An issue regarding the library priority:high High priority issue labels Oct 8, 2024
@datawater
Copy link
Collaborator Author

NOTE: May invalidate #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-refactor function, struct, class, basically code to refactor/change libcmbr An issue regarding the library priority:high High priority issue
Projects
None yet
Development

No branches or pull requests

1 participant