- 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
1.1.1
- Accept table names that start with numbers
1.1.0
- Fix `create_table_from_dataframe`: 67 (Thanks to b0b5h4rp13) - Add support for `datetime` value conversion - Update requirements - Modify type annotations - Modify to extract type_hints from `pandas.DataFrame` for `create_table_from_dataframe` - Fix to include `py.typed` to the package