harp_apps.storage.engines¶
- class SQLAlchemyEngine[source]¶
Bases:
AsyncEngine
- sync_engine: Engine¶
Reference to the sync-style
_engine.Engine
this_asyncio.AsyncEngine
proxies requests towards.This instance can be used as an event target.
See also
asyncio_events