WIP: Implementing sqlite objects storage #13

Draft
lee.miller wants to merge 12 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
lee.miller force-pushed sqlite from 654782fafc to f9482fd977 2024-09-11 01:26:29 +00:00 Compare
lee.miller force-pushed sqlite from f9482fd977 to 2b86783eb9 2024-09-12 20:42:34 +00:00 Compare
lee.miller force-pushed sqlite from 2b86783eb9 to 29b2dd3aab 2024-09-13 03:23:52 +00:00 Compare
lee.miller force-pushed sqlite from 29b2dd3aab to 85e8b771af 2024-09-13 03:32:52 +00:00 Compare
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.