-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: databases store + move SQLite stuff to worker (#2833)
* move ownership of databases rows to sqlite workers * optional limit/offset * fix limit offset * remove noisy tracing for worker heartbeat * clear worker from DBs * fix get rows * move API calls to sqlite worker impl * reimplement get rows through worker * clone store arc * fix cleanup code * querying works 😌 * reimplement retrieve row * file naming feedback --------- Co-authored-by: Henry Fontanier <[email protected]>
- Loading branch information
1 parent
1b99ff6
commit 6c180c7
Showing
11 changed files
with
1,198 additions
and
626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.