Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.1.0 (2025-11-20)
- Initial release
- Connection pooling via Finch
- Transaction support with auto-commit/rollback
- Database switching on existing connections
- Parameter binding for safe queries
- Bang variants that raise on error
- Database management (create, drop, exists)
- Migration support