You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New query bindings (#11)
- new query bindings for arrays, optionals
- better docker setup
- add mysql extras for connection pooling
- ci tests improved
- prep work for rc.1 release
---------
Co-authored-by: Ferenc Viasz-Kadi <[email protected]>
Co-authored-by: Ferenc Viasz-Kadi <[email protected]>
Align codebase with feather database API 1.0.0-beta.3 release (#6)
⚠️ Breaking changes:
- With-style API for transaction & connection
- Using RowSequence in a handler instead of a return value
- Query result renamed to RowSequence
- Remove execute API from database client
- Improve transaction error interface
- Sendable fixes
---------
Co-authored-by: GErP83 <[email protected]>