mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-07-27 13:01:19 +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 (
|
||||
BINARY,
|
||||
Binary,
|
||||
connection,
|
||||
ConnectionPool,
|
||||
DATETIME,
|
||||
DataError,
|
||||
|
Reference in New Issue
Block a user