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/py.typed
singlestoredb/pytest.py
singlestoredb/types.py
singlestoredb/vectorstore.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/chat.py
singlestoredb/ai/embeddings.py
singlestoredb/alchemy/__init__.py
singlestoredb/apps/__init__.py
singlestoredb/apps/_cloud_functions.py
singlestoredb/apps/_config.py
singlestoredb/apps/_connection_info.py
singlestoredb/apps/_dashboards.py
singlestoredb/apps/_process.py
singlestoredb/apps/_python_udfs.py
singlestoredb/apps/_stdout_supress.py
singlestoredb/apps/_uvicorn_util.py
singlestoredb/docstring/__init__.py
singlestoredb/docstring/attrdoc.py
singlestoredb/docstring/common.py
singlestoredb/docstring/epydoc.py
singlestoredb/docstring/google.py
singlestoredb/docstring/numpydoc.py
singlestoredb/docstring/parser.py
singlestoredb/docstring/py.typed
singlestoredb/docstring/rest.py
singlestoredb/docstring/util.py
singlestoredb/docstring/tests/__init__.py
singlestoredb/docstring/tests/_pydoctor.py
singlestoredb/docstring/tests/test_epydoc.py
singlestoredb/docstring/tests/test_google.py
singlestoredb/docstring/tests/test_numpydoc.py
singlestoredb/docstring/tests/test_parse_from_object.py
singlestoredb/docstring/tests/test_parser.py
singlestoredb/docstring/tests/test_rest.py
singlestoredb/docstring/tests/test_util.py
singlestoredb/functions/__init__.py
singlestoredb/functions/decorator.py
singlestoredb/functions/dtypes.py
singlestoredb/functions/signature.py
singlestoredb/functions/utils.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/timer.py
singlestoredb/functions/ext/utils.py
singlestoredb/functions/typing/__init__.py
singlestoredb/functions/typing/numpy.py
singlestoredb/functions/typing/pandas.py
singlestoredb/functions/typing/polars.py
singlestoredb/functions/typing/pyarrow.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/export.py
singlestoredb/fusion/handlers/files.py
singlestoredb/fusion/handlers/job.py
singlestoredb/fusion/handlers/models.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/magics/__init__.py
singlestoredb/magics/run_personal.py
singlestoredb/magics/run_shared.py
singlestoredb/management/__init__.py
singlestoredb/management/billing_usage.py
singlestoredb/management/cluster.py
singlestoredb/management/export.py
singlestoredb/management/files.py
singlestoredb/management/inference_api.py
singlestoredb/management/job.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/server/__init__.py
singlestoredb/server/docker.py
singlestoredb/server/free_tier.py
singlestoredb/tests/__init__.py
singlestoredb/tests/empty.sql
singlestoredb/tests/local_infile.csv
singlestoredb/tests/test.ipynb
singlestoredb/tests/test.sql
singlestoredb/tests/test2.ipynb
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_udf_returns.py
singlestoredb/tests/test_vectorstore.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
sqlx/__init__.py
sqlx/magic.py