- Add back ticks to table name to prevent collision of tables names that are the same as SQL directives.
- Update to use json and send json data instead of string via requests
- remove "mysql_" prefix from functions for DBI.MySql
- Refactor database code
- Add DBI support for mysql, useful for lambda layers
- Specify urllib3<2 to work with boto3
- Fix issue where kyte package was being excluded
- Update class name
- Add license information
- Add readme with documentation info
- Add distribution and testing info in readme
- Add changelog
- Add gitignore
- Clean up files and folders.
- initial release