Skip to content

Commit 845f26d

Browse files
author
Szymon Cyranik
committed
feat(sqlserver): add import to __init__
1 parent e6164ce commit 845f26d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mindsql/databases/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
from .mysql import MySql
33
from .postgres import Postgres
44
from .sqlite import Sqlite
5+
from .sqlserver import SQLServer

0 commit comments

Comments
 (0)