LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/adapters.md
docs/async.md
docs/batcher.md
docs/column_aware_batching_memory.md
docs/context_manager.md
docs/examples.md
docs/insert_merging.md
docs/query_collector.md
docs/release.md
docs/savepoints.md
docs/testing.md
docs/transactions.md
examples/async_postgresql_example.py
examples/async_trino_example.py
examples/basic_sqlite_example.py
examples/basic_usage.py
examples/comprehensive_trino_example.py
examples/dry_run_example.py
examples/insert_merging_example.py
examples/insert_merging_simple_pg_example.py
examples/insert_merging_stats_sqlite.py
examples/postgresql_example.py
examples/query_collector_sqlite.py
examples/simple_merge_example.py
examples/simple_sqlite_example.py
examples/sqlite_demo.py
src/sql_batcher/__init__.py
src/sql_batcher/async_batcher.py
src/sql_batcher/async_query_collector.py
src/sql_batcher/batcher.py
src/sql_batcher/insert_merger.py
src/sql_batcher/query_collector.py
src/sql_batcher/retry.py
src/sql_batcher.egg-info/PKG-INFO
src/sql_batcher.egg-info/SOURCES.txt
src/sql_batcher.egg-info/dependency_links.txt
src/sql_batcher.egg-info/requires.txt
src/sql_batcher.egg-info/top_level.txt
src/sql_batcher/adapters/__init__.py
src/sql_batcher/adapters/async_base.py
src/sql_batcher/adapters/async_bigquery.py
src/sql_batcher/adapters/async_postgresql.py
src/sql_batcher/adapters/async_snowflake.py
src/sql_batcher/adapters/async_trino.py
src/sql_batcher/adapters/base.py
src/sql_batcher/adapters/bigquery.py
src/sql_batcher/adapters/generic.py
src/sql_batcher/adapters/postgresql.py
src/sql_batcher/adapters/snowflake.py
src/sql_batcher/adapters/trino.py
tests/__init__.py
tests/conftest.py
tests/test_adapters.py
tests/test_async_batcher.py
tests/test_async_insert_merging.py
tests/test_async_postgresql_adapter_fixed.py
tests/test_async_postgresql_adapter_mock.py
tests/test_async_postgresql_adapter_simple.py
tests/test_async_postgresql_adapter_simple_mock.py
tests/test_async_savepoints.py
tests/test_batcher.py
tests/test_batcher_coverage.py
tests/test_bigquery_adapter.py
tests/test_insert_merger.py
tests/test_insert_merging_config.py
tests/test_postgresql_adapter.py
tests/test_postgresql_adapter_mock.py
tests/test_query_collector_coverage.py
tests/test_retry.py
tests/test_retry_coverage.py
tests/test_savepoints.py
tests/test_sql_batcher_insert_merging.py
tests/test_trino_adapter.py
tests/test_trino_adapter_mock.py