LICENSE
README.md
pyproject.toml
sqlalchemy_singlestoredb/__init__.py
sqlalchemy_singlestoredb/base.py
sqlalchemy_singlestoredb/column.py
sqlalchemy_singlestoredb/compat.py
sqlalchemy_singlestoredb/ddlelement.py
sqlalchemy_singlestoredb/dtypes.py
sqlalchemy_singlestoredb/reflection.py
sqlalchemy_singlestoredb.egg-info/PKG-INFO
sqlalchemy_singlestoredb.egg-info/SOURCES.txt
sqlalchemy_singlestoredb.egg-info/dependency_links.txt
sqlalchemy_singlestoredb.egg-info/entry_points.txt
sqlalchemy_singlestoredb.egg-info/requires.txt
sqlalchemy_singlestoredb.egg-info/top_level.txt
sqlalchemy_singlestoredb/examples/shard_key_examples.py
sqlalchemy_singlestoredb/examples/table_constructor_examples.py
sqlalchemy_singlestoredb/examples/universal/main.py
sqlalchemy_singlestoredb/tests/__init__.py
sqlalchemy_singlestoredb/tests/conftest.py
sqlalchemy_singlestoredb/tests/run_all_tests.py
sqlalchemy_singlestoredb/tests/test.sql
sqlalchemy_singlestoredb/tests/test_advanced_indexes.py
sqlalchemy_singlestoredb/tests/test_basics.py
sqlalchemy_singlestoredb/tests/test_column_group.py
sqlalchemy_singlestoredb/tests/test_database_fixtures.py
sqlalchemy_singlestoredb/tests/test_declarative_reflection.py
sqlalchemy_singlestoredb/tests/test_error_handling.py
sqlalchemy_singlestoredb/tests/test_error_handling_pytest.py
sqlalchemy_singlestoredb/tests/test_integration_features.py
sqlalchemy_singlestoredb/tests/test_key_reflection.py
sqlalchemy_singlestoredb/tests/test_priority1_features.py
sqlalchemy_singlestoredb/tests/test_shard_key.py
sqlalchemy_singlestoredb/tests/test_sort_key.py
sqlalchemy_singlestoredb/tests/test_table_options.py
sqlalchemy_singlestoredb/tests/test_table_types.py
sqlalchemy_singlestoredb/tests/test_vector_key.py