trino-python-client
trino-python-client copied to clipboard
Make client module private
rename client to _client.
relates to https://github.com/prestosql/presto-python-client/pull/41#issuecomment-689613917
cc @hashhar
Acknowledged. Will send a PR once #41 is merged to avoid to rebase/conflicts.
@hashhar If we update the public facing API, can we import connection
as a peer to the dbapi
module? This matches what is done SQLAlchemy and PyODBC and should be able to be done in a backward compatible way.
This is free to take.