Skip to content

@effect/sql-sqlite-bun@4.0.0-beta.107

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 10 Aug 04:52
· 4 commits to main since this release
3c495ae

Patch Changes

  • #7162 c30386d Thanks @tim-smart! - Use a configurable five-second busy timeout and immediate transactions by default to avoid SQLite lock failures under concurrent access. Busy waits can block the event loop, while immediate transactions serialize behind other writers.
  • Updated dependencies [596f3f9, 9611ed4, 8b91605, d901928, b32bdef]:
    • effect@4.0.0-beta.107