v0.3.0
[0.3.0] - 2022-02-17
Added
- Added support for multiple result sets, you can move between result sets using the new next_set() and previous_set() methods on DatabaseResult.
- DatabaseResult class also has a new attribute set_count to tell you how many result sets the query returned.
- DatabaseResult.to_json() now has an optional with_columns parameter.
- Added some missing doc strings.