LICENSE
README.md
setup.cfg
setup.py
singlestoredb/__init__.py
singlestoredb/auth.py
singlestoredb/config.py
singlestoredb/connection.py
singlestoredb/converters.py
singlestoredb/exceptions.py
singlestoredb/types.py
singlestoredb.egg-info/PKG-INFO
singlestoredb.egg-info/SOURCES.txt
singlestoredb.egg-info/dependency_links.txt
singlestoredb.egg-info/requires.txt
singlestoredb.egg-info/top_level.txt
singlestoredb/http/__init__.py
singlestoredb/http/connection.py
singlestoredb/management/__init__.py
singlestoredb/management/cluster.py
singlestoredb/management/manager.py
singlestoredb/management/region.py
singlestoredb/management/utils.py
singlestoredb/management/workspace.py
singlestoredb/mysql/__init__.py
singlestoredb/mysql/_auth.py
singlestoredb/mysql/accel.c
singlestoredb/mysql/charset.py
singlestoredb/mysql/connection.py
singlestoredb/mysql/converters.py
singlestoredb/mysql/cursors.py
singlestoredb/mysql/err.py
singlestoredb/mysql/optionfile.py
singlestoredb/mysql/protocol.py
singlestoredb/mysql/times.py
singlestoredb/mysql/constants/CLIENT.py
singlestoredb/mysql/constants/COMMAND.py
singlestoredb/mysql/constants/CR.py
singlestoredb/mysql/constants/ER.py
singlestoredb/mysql/constants/FIELD_TYPE.py
singlestoredb/mysql/constants/FLAG.py
singlestoredb/mysql/constants/SERVER_STATUS.py
singlestoredb/mysql/constants/__init__.py
singlestoredb/mysql/tests/__init__.py
singlestoredb/mysql/tests/base.py
singlestoredb/mysql/tests/conftest.py
singlestoredb/mysql/tests/test_DictCursor.py
singlestoredb/mysql/tests/test_SSCursor.py
singlestoredb/mysql/tests/test_basic.py
singlestoredb/mysql/tests/test_connection.py
singlestoredb/mysql/tests/test_converters.py
singlestoredb/mysql/tests/test_cursor.py
singlestoredb/mysql/tests/test_err.py
singlestoredb/mysql/tests/test_issues.py
singlestoredb/mysql/tests/test_load_local.py
singlestoredb/mysql/tests/test_nextset.py
singlestoredb/mysql/tests/test_optionfile.py
singlestoredb/mysql/tests/thirdparty/__init__.py
singlestoredb/mysql/tests/thirdparty/test_MySQLdb/__init__.py
singlestoredb/mysql/tests/thirdparty/test_MySQLdb/capabilities.py
singlestoredb/mysql/tests/thirdparty/test_MySQLdb/dbapi20.py
singlestoredb/mysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_capabilities.py
singlestoredb/mysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py
singlestoredb/mysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_nonstandard.py
singlestoredb/tests/__init__.py
singlestoredb/tests/empty.sql
singlestoredb/tests/local_infile.csv
singlestoredb/tests/test.sql
singlestoredb/tests/test_basics.py
singlestoredb/tests/test_config.py
singlestoredb/tests/test_connection.py
singlestoredb/tests/test_dbapi.py
singlestoredb/tests/test_exceptions.py
singlestoredb/tests/test_http.py
singlestoredb/tests/test_management.py
singlestoredb/tests/test_results.py
singlestoredb/tests/test_types.py
singlestoredb/tests/test_xdict.py
singlestoredb/tests/utils.py
singlestoredb/utils/__init__.py
singlestoredb/utils/config.py
singlestoredb/utils/convert_rows.py
singlestoredb/utils/debug.py
singlestoredb/utils/results.py
singlestoredb/utils/xdict.py