What's Changed
- New SQLite driver (experimental):
- Implement column metadata by @JanJakes in #209
- Implement
DATABASE() function by @JanJakes in #254
- Pad binary string literals to full bytes as required by SQLite HEX notation by @JanJakes in #255
- Introduce an unsafe flag for using the new driver with SQLite <
3.37.0 by @JanJakes in #256
Full Changelog: v2.2.10...v2.2.11