This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
trailbase
Watch
1
Star
0
Fork
0
You've already forked trailbase
mirror of
https://github.com/trailbaseio/trailbase.git
synced
2026-05-02 06:29:29 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
69b4f69d7c77689699f26509d17a4b449c082eac
trailbase
/
trailbase-sqlite
T
History
Sebastian Jeltsch
69b4f69d7c
Periodically yield back to the JS event loop while waiting for a DB write lock to allow it to make progress even while the lock is held.
2025-05-05 16:14:32 +02:00
..
benches
Update to Rust edition 2024.
2025-04-20 07:36:26 +02:00
examples
Extend
trailbase-sqlite
s execution model to allow for parallel reads. This reduces the latency long-tail for slow reads.
2025-04-15 12:15:40 +02:00
src
Periodically yield back to the JS event loop while waiting for a DB write lock to allow it to make progress even while the lock is held.
2025-05-05 16:14:32 +02:00
Cargo.toml
Update rusqlite to v0.35, which has more strict query validation \o/. Also update other Rust and JS deps.
2025-05-03 11:42:59 +02:00