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
Fix query consumption issue (#16)
⚠️ 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
🐞 Known issues:
- Query is not a real "currency type" yet, this will be addressed later
on if needed.
API improvements (#15)
- ⚠️ [API breaking change]: Transaction & connection API functions
returns a generic type instead of a database result.
- Readme updates & fixes