Skip to content

3.12

Compare
Choose a tag to compare
@simonw simonw released this 25 Jun 18:00
· 433 commits to main since this release
  • New db.query(sql, params) method, which executes a SQL query and returns the results as an iterator over Python dictionaries. (#290)
  • This project now uses flake8 and has started to use mypy. (#291)
  • New documentation on contributing to this project. (#292)