Skip to content

Commit 09113a3

Browse files
author
Eugene Shershen
committed
tests fix
1 parent 43c75bf commit 09113a3

6 files changed

Lines changed: 339 additions & 458 deletions

File tree

psqlpy_sqlalchemy/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
from .dialect import PsqlpyDialect
1+
from .dialect import PSQLPyAsyncDialect
2+
3+
# Backward compatibility alias
4+
PsqlpyDialect = PSQLPyAsyncDialect
25

36
__version__ = "0.1.0"
4-
__all__ = ["PsqlpyDialect"]
7+
__all__ = ["PsqlpyDialect", "PSQLPyAsyncDialect"]

0 commit comments

Comments
 (0)