v1.0.0
🚨 Breaking Changes
- Add generic sqlite dialect - by @subframe7536 in #15 (a4500)
🚀 Features
- dialect: Expose config type - by @subframe7536 (a8165)
- worker-dialect: Expose createSqliteExecutor - by @subframe7536 (edb5e)
🐞 Bug Fixes
- dialect-bun-worker: Use
stmt.columnNames.length > 0
to detect whether to usestmt.all()
- by @subframe7536 (aac4c) - dialect-generic-sqlite: Custom message for rest type - by @subframe7536 (7ead6)
- dialect-wasm: Fix official wasm database type - by @subframe7536 (e57a8)