README.md
pyproject.toml
esje/__init__.py
esje/config.py
esje/connection.py
esje/display.py
esje/errors.py
esje/extension.py
esje/live.py
esje/magics.py
esje/prompts.py
esje.egg-info/PKG-INFO
esje.egg-info/SOURCES.txt
esje.egg-info/dependency_links.txt
esje.egg-info/requires.txt
esje.egg-info/top_level.txt
esje/drivers/__init__.py
esje/drivers/base.py
esje/drivers/bigquery.py
esje/drivers/cockroachdb.py
esje/drivers/duckdb.py
esje/drivers/mysql.py
esje/drivers/oracle.py
esje/drivers/postgres.py
esje/drivers/sqlite.py
tests/test_bigquery.py
tests/test_cockroachdb.py
tests/test_config.py
tests/test_connection.py
tests/test_display.py
tests/test_duckdb.py
tests/test_errors.py
tests/test_magics.py
tests/test_oracle.py
tests/test_postgres.py
tests/test_prompts.py
tests/test_sqlite.py