WIP: Implementing sqlite objects storage #13

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

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-09 01:20:47 +02:00
lee.miller force-pushed sqlite from 654782fafc to f9482fd977 2024-09-11 03:26:29 +02:00 Compare
lee.miller force-pushed sqlite from f9482fd977 to 2b86783eb9 2024-09-12 22:42:34 +02:00 Compare
lee.miller force-pushed sqlite from 2b86783eb9 to 29b2dd3aab 2024-09-13 05:23:52 +02:00 Compare
lee.miller force-pushed sqlite from 29b2dd3aab to 85e8b771af 2024-09-13 05:32:52 +02:00 Compare
lee.miller force-pushed sqlite from 85e8b771af to a540fac7f8 2024-09-29 04:03:06 +02:00 Compare
lee.miller added 1 commit 2024-10-01 23:29:44 +02:00
lee.miller force-pushed sqlite from 65e4902f63 to 4611dadc70 2024-10-04 03:53:50 +02:00 Compare
lee.miller force-pushed sqlite from 4611dadc70 to 13814f3826 2024-10-08 01:28:15 +02:00 Compare
lee.miller force-pushed sqlite from 13814f3826 to 95563fbcea 2024-10-08 05:18:45 +02:00 Compare
lee.miller force-pushed sqlite from 95563fbcea to aa28ab37da 2024-10-11 05:43:33 +02:00 Compare
lee.miller added 1 commit 2024-10-11 08:13:07 +02:00
lee.miller force-pushed sqlite from 2836f15d3c to 24b8b44fd8 2024-10-13 02:25:33 +02:00 Compare
lee.miller force-pushed sqlite from 24b8b44fd8 to 6c0651f5e5 2024-10-14 04:27:59 +02:00 Compare
lee.miller force-pushed sqlite from 6c0651f5e5 to ef47319c9c 2024-10-15 02:14:01 +02:00 Compare
lee.miller force-pushed sqlite from ef47319c9c to 71ea8859a9 2024-10-16 03:49:39 +02:00 Compare
lee.miller force-pushed sqlite from 71ea8859a9 to fb4ecccc1a 2024-10-19 17:57:46 +02:00 Compare
lee.miller force-pushed sqlite from fb4ecccc1a to 76d343fa05 2024-10-23 02:27:29 +02:00 Compare
lee.miller force-pushed sqlite from 76d343fa05 to 6b39238d2f 2024-10-31 03:52:36 +01:00 Compare
lee.miller added 1 commit 2024-10-31 06:23:52 +01:00
lee.miller force-pushed sqlite from 4735856c7e to 0198df4948 2024-11-04 03:10:29 +01: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.