LICENSE
README.md
pyproject.toml
src/sqlnotify/__init__.py
src/sqlnotify/constants.py
src/sqlnotify/exceptions.py
src/sqlnotify/logger.py
src/sqlnotify/types.py
src/sqlnotify/utils.py
src/sqlnotify/watcher.py
src/sqlnotify.egg-info/PKG-INFO
src/sqlnotify.egg-info/SOURCES.txt
src/sqlnotify.egg-info/dependency_links.txt
src/sqlnotify.egg-info/entry_points.txt
src/sqlnotify.egg-info/requires.txt
src/sqlnotify.egg-info/top_level.txt
src/sqlnotify/adapters/__init__.py
src/sqlnotify/adapters/asgi.py
src/sqlnotify/dialects/__init__.py
src/sqlnotify/dialects/base.py
src/sqlnotify/dialects/postgresql.py
src/sqlnotify/dialects/sqlite.py
src/sqlnotify/dialects/utils.py
src/sqlnotify/notifiers/__init__.py
src/sqlnotify/notifiers/base.py
src/sqlnotify/notifiers/notifier.py
tests/test_postgres_dialect.py
tests/test_postgres_notifier.py
tests/test_postgres_notifier_asgi_adapter.py
tests/test_sqlite_dialect.py
tests/test_sqlite_notifier.py
tests/test_sqlite_notifier_asgi_adapter.py
tests/test_watcher.py