mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-02-19 09:38:44 +01:00
feat: adding database module
This commit is contained in:
4
icon_service_base/database/__init__.py
Normal file
4
icon_service_base/database/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .influxdb_connection import InfluxDBConnection
|
||||
from .postgres_connection import PostgresDatabaseSession
|
||||
|
||||
__all__ = ["InfluxDBConnection", "PostgresDatabaseSession"]
|
||||
Reference in New Issue
Block a user