Store Python objects in SQLite 3. Concise, pythonic API. Easy to write, relatively easy to read. A kind of super simple ORM, if you will. Give it a try.
Thanks for the review.
I'm not confident enough in my python skill to work on switching from setup.py to pyproject.toml, but I will look a bit at the documentation :)
The distutils modules has been removed in python 3.12 so minidb can't be built on a fresh 3.12 installation.
This MR switch from
distutils
package tosetuptools
which provides the same API.More info :