- Change project name from 'stellaspark-utils' to 'stellaspark_utils' to comply with pypi's 'PEP 625' - Enable to work with python 3.12
2.2
- Ensure sqlalchemy version < 2.0 to avoid that engine.execute requires a text(string) instead of just a string - Add 'psycopg2-binary' to setup.py install-requires - Setup pytests - Enable make_nice to autoformat code - Use docker devcontainers for local development
2.1
- Add db.get_tables()
2.0
- Make db.DatabaseManager._max_memory_mb an integer instead of string and make it public