minidb 2.0.7 released

2022-09-16


A new version of minidb is available. This release fixes an issue with porting code from minidb 1.x code by making sure keyword arguments to the constructor are by default used to initialize data model members.

You can obtain minidb via your Linux Distribution packages, via PyPI (the Python Package index, e.g. via pip) and via GitHub. More details on the project webpage.

ChangeLog: Version 2.0.7 - 2022-09-16

  • Add .delete_all() to minidb.Store for deleting all objects of a given model class
  • Add .count_rows() to minidb.Store as convenience COUNT(*) row-counter
  • Modify behavior of keyword arguments passed as constructor parameters to model classes

Related links

Thomas Perl · 2022-09-16