EntityManager.this

struct EntityManager(DatabaseDriver)
@safe
this
(
DatabaseDriver db
)
if (
isORMCompatible!DatabaseDriver
)

Meta