- Modify to use `pypa/build` for package build - Add `zip_safe=False` - Add `__all__` to `__init__.py` - Update `[build-system]` - Drop support for Python 3.6
- Add support for View - Add `fetch_view_names` method `SimpleSQLite` class - Add `has_view` method `SimpleSQLite` class - Update requirements
1.2.0
- Add `type_hints` argument to `create_table_from_data_matrix` method - Remove `setuptools` requires - Add support for Python 3.10 - Drop support for Python 3.5
1.1.4
- Fix `fetch_attr_names` method improperly return attributes when passing a database that has MySQL (or other databases) schema descriptions: 72 (Thanks to bobgott)
1.1.3
- Fix changes in `max_workers` value are properly applied - Update requirements