- 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
1.7
- Fix all typehints in db.py
1.6
- Let db.DatabaseManager.execute() return its result
1.5
- Add method db.DatabaseManager.execute() and make db.DatabaseManager._get_connection() private method
1.4
- Fix 'MB' issue in db.DatabaseManager.get_connection()