Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 693 Bytes

File metadata and controls

38 lines (23 loc) · 693 Bytes

0.2.3

  • Add back ticks to table name to prevent collision of tables names that are the same as SQL directives.

0.2.2

  • Update to use json and send json data instead of string via requests

0.2.1

  • remove "mysql_" prefix from functions for DBI.MySql
  • Refactor database code

0.2.0

  • Add DBI support for mysql, useful for lambda layers

0.1.2

  • Specify urllib3<2 to work with boto3

0.1.1

  • Fix issue where kyte package was being excluded

0.1.0

  • 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.

0.0.1

  • initial release