Enhancement - Add support for creating tables from CSV text in addition to a CSV file - Add support for creating tables from JSON/Excel/Google-Sheets
0.2.3
- Fix connection to an in-memory database
0.2.2
- Replace TableConfiguration class with get_sqlite_master method - Change return value of the get_profile method from tuple to namedtuple to improve ease of use. - Drop python 2.5 support
0.2.1
0.2.0
Enhancement - Add create_table_from_csv method
Modification - Merge copy_table and append_table functions to append_table - Add verification of table existence when executing query.