EntityManager.save

Updates or stores the provided entity in the database

struct EntityManager(DatabaseDriver)
@safe
void
save
(
TEntity
)
(
ref TEntity entity
)
if (
isEntityType!TEntity
)
if (
isORMCompatible!DatabaseDriver
)

Meta