- Make db.DatabaseManager._max_memory_mb an integer instead of string and make it public
1.9
- Use consistent argument 'executor' in db.py instead of mixed 'executor' and 'engine' - Improve docstrings in db.py
1.8
- Relocate db.make_identifier() to text.make_identifier() - Fix all typehints in text.py - Add ExecutorType which is sqlalchemy Engine or Connection - Make _get_connection() a public method get_connection() so the connection can be used in other db/text functions