Merge pull request #17 from niekbosch/patch-1

Importing (and thus exporting) class `connection`
This commit is contained in:
Georg Richter
2021-04-07 09:55:49 +02:00
committed by GitHub

View File

@ -10,6 +10,7 @@ Minimum supported Python version is 3.6
from ._mariadb import ( from ._mariadb import (
BINARY, BINARY,
Binary, Binary,
connection,
ConnectionPool, ConnectionPool,
DATETIME, DATETIME,
DataError, DataError,