🚨 Breaking Changes
- dialect-bun-worker: Use
SELECT 1
withrun()
to getinsertId
andnumAffectedRows
(requiresBun@^1.1.14
) - by @subframe7536 (0094f) - dialect-tauri: Upgrade
@tauri-apps/plugin-sql
dependency to2.0.0
- by @subframe7536 (8f5a6)
🚀 Features
- dialect-bun-worker: Function to create custom OnMessageCallback in worker, add stream support - by @subframe7536 (41750)
- dialect-sqlite-worker: Function to create custom OnMessageCallback in worker - by @subframe7536 (611ad)
- dialect-wasqlite-worker: Function to create custom OnMessageCallback in worker - by @subframe7536 (46541)
- worker: Export worker paths - by @subframe7536 (6f13e)
🐞 Bug Fixes
- dialect-worker: Fix stream issue - by @subframe7536 (b4480)