Skip to content

Commit 2f0d5e0

Browse files
author
Eugene Shershen
committed
init
1 parent 015c178 commit 2f0d5e0

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

psqlpy_sqlalchemy/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
"""
2-
psqlpy-sqlalchemy: SQLAlchemy dialect for psqlpy
3-
"""
4-
51
from .dialect import PsqlpyDialect
62

73
__version__ = "0.1.0"

psqlpy_sqlalchemy/connection.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
"""
2-
DBAPI-compatible connection and cursor wrappers for psqlpy
3-
"""
4-
51
from typing import List, Optional, Tuple, Union
62

73
import psqlpy

psqlpy_sqlalchemy/dialect.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
"""
2-
SQLAlchemy dialect for psqlpy
3-
"""
4-
51
from typing import Any, Dict, List, Tuple
62

73
import psqlpy

0 commit comments

Comments
 (0)