"""Database layer for data persistence.""" from .connection import Database __all__ = ["Database"]