LICENSE
README.md
accel.c
setup.cfg
setup.py
singlestoredb/__init__.py
singlestoredb/auth.py
singlestoredb/config.py
singlestoredb/connection.py
singlestoredb/converters.py
singlestoredb/exceptions.py
singlestoredb/pytest.py
singlestoredb/types.py
singlestoredb.egg-info/PKG-INFO
singlestoredb.egg-info/SOURCES.txt
singlestoredb.egg-info/dependency_links.txt
singlestoredb.egg-info/entry_points.txt
singlestoredb.egg-info/requires.txt
singlestoredb.egg-info/top_level.txt
singlestoredb/ai/__init__.py
singlestoredb/ai/embeddings.py
singlestoredb/alchemy/__init__.py
singlestoredb/functions/__init__.py
singlestoredb/functions/decorator.py
singlestoredb/functions/dtypes.py
singlestoredb/functions/signature.py
singlestoredb/functions/ext/__init__.py
singlestoredb/functions/ext/arrow.py
singlestoredb/functions/ext/asgi.py
singlestoredb/functions/ext/json.py
singlestoredb/functions/ext/mmap.py
singlestoredb/functions/ext/rowdat_1.py
singlestoredb/functions/ext/utils.py
singlestoredb/fusion/__init__.py
singlestoredb/fusion/graphql.py
singlestoredb/fusion/handler.py
singlestoredb/fusion/registry.py
singlestoredb/fusion/result.py
singlestoredb/fusion/handlers/__init__.py
singlestoredb/fusion/handlers/stage.py
singlestoredb/fusion/handlers/utils.py
singlestoredb/fusion/handlers/workspace.py
singlestoredb/http/__init__.py
singlestoredb/http/connection.py
singlestoredb/management/__init__.py
singlestoredb/management/billing_usage.py
singlestoredb/management/cluster.py
singlestoredb/management/manager.py
singlestoredb/management/organization.py
singlestoredb/management/region.py
singlestoredb/management/utils.py
singlestoredb/management/workspace.py
singlestoredb/mysql/__init__.py
singlestoredb/mysql/_auth.py
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/EXTENDED_TYPE.py
singlestoredb/mysql/constants/FIELD_TYPE.py
singlestoredb/mysql/constants/FLAG.py
singlestoredb/mysql/constants/SERVER_STATUS.py
singlestoredb/mysql/constants/VECTOR_TYPE.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/notebook/__init__.py
singlestoredb/notebook/_objects.py
singlestoredb/notebook/_portal.py
singlestoredb/tests/__init__.py
singlestoredb/tests/empty.sql
singlestoredb/tests/local_infile.csv
singlestoredb/tests/test.sql
singlestoredb/tests/test2.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_ext_func.py
singlestoredb/tests/test_ext_func_data.py
singlestoredb/tests/test_fusion.py
singlestoredb/tests/test_http.py
singlestoredb/tests/test_management.py
singlestoredb/tests/test_plugin.py
singlestoredb/tests/test_results.py
singlestoredb/tests/test_types.py
singlestoredb/tests/test_udf.py
singlestoredb/tests/test_xdict.py
singlestoredb/tests/utils.py
singlestoredb/tests/ext_funcs/__init__.py
singlestoredb/utils/__init__.py
singlestoredb/utils/config.py
singlestoredb/utils/convert_rows.py
singlestoredb/utils/debug.py
singlestoredb/utils/dtypes.py
singlestoredb/utils/events.py
singlestoredb/utils/mogrify.py
singlestoredb/utils/results.py
singlestoredb/utils/xdict.py