mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-28 06:40:03 +00:00
Merge pull request #17 from niekbosch/patch-1
Importing (and thus exporting) class `connection`
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user