WIP: Implementing sqlite objects storage #13

Draft
lee.miller wants to merge 8 commits from lee.miller/MiNode:sqlite into v0.3
Contributor

Hi!

This is an early draft for the sqlite inventory implementation. At least I need to write more tests and docstrings. Then I'm going to add vacuum and maybe optimize the queries/cursors use.

I'm also planning to leave an option to use the dictionary, pickled into a file, as it was before, by defining another class with the same API as the sql.Inventory.

Hi! This is an early draft for the sqlite inventory implementation. At least I need to write more tests and docstrings. Then I'm going to add vacuum and maybe optimize the queries/cursors use. I'm also planning to leave an option to use the dictionary, pickled into a file, as it was before, by defining another class with the same API as the `sql.Inventory`.
lee.miller added 8 commits 2024-09-08 23:20:47 +00:00
This pull request is marked as a work in progress.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u sqlite:lee.miller-sqlite
git checkout lee.miller-sqlite

Merge

Merge the changes and update on Gitea.
git checkout v0.3
git merge --no-ff lee.miller-sqlite
git checkout v0.3
git merge --ff-only lee.miller-sqlite
git checkout lee.miller-sqlite
git rebase v0.3
git checkout v0.3
git merge --no-ff lee.miller-sqlite
git checkout v0.3
git merge --squash lee.miller-sqlite
git checkout v0.3
git merge --ff-only lee.miller-sqlite
git checkout v0.3
git merge lee.miller-sqlite
git push origin v0.3
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/MiNode#13
No description provided.