Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@seanharrison seanharrison released this 19 Sep 01:26
· 12 commits to main since this release
  • add SQL.select_one to return one result or None
  • add AsyncSQL with async query methods (execute, select, select_one)
  • script/lint - disable mypy for now