mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-22 09:10:02 +02:00
renaming InfluxDBConnection to InfluxDBSession
This commit is contained in:
parent
404375f251
commit
9ee6e7d83f
@ -1,4 +1,4 @@
|
||||
from .influxdb_connection import InfluxDBConnection
|
||||
from .influxdb_connection import InfluxDBSession
|
||||
from .postgres_connection import PostgresDatabaseSession
|
||||
|
||||
__all__ = ["InfluxDBConnection", "PostgresDatabaseSession"]
|
||||
__all__ = ["InfluxDBSession", "PostgresDatabaseSession"]
|
||||
|
@ -18,7 +18,7 @@ from loguru import logger
|
||||
from icon_service_base.database.config import InfluxDBConfig
|
||||
|
||||
|
||||
class InfluxDBConnection:
|
||||
class InfluxDBSession:
|
||||
"""
|
||||
The `InfluxDBConnection` class serves as a context manager for a connection
|
||||
to an InfluxDB server. This connection is established using credentials
|
||||
|
Loading…
x
Reference in New Issue
Block a user