mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-01-17 18:09:25 +01:00
renaming InfluxDBConnection to InfluxDBSession
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from .influxdb_connection import InfluxDBConnection
|
from .influxdb_connection import InfluxDBSession
|
||||||
from .postgres_connection import PostgresDatabaseSession
|
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
|
from icon_service_base.database.config import InfluxDBConfig
|
||||||
|
|
||||||
|
|
||||||
class InfluxDBConnection:
|
class InfluxDBSession:
|
||||||
"""
|
"""
|
||||||
The `InfluxDBConnection` class serves as a context manager for a connection
|
The `InfluxDBConnection` class serves as a context manager for a connection
|
||||||
to an InfluxDB server. This connection is established using credentials
|
to an InfluxDB server. This connection is established using credentials
|
||||||
|
|||||||
Reference in New Issue
Block a user