pub fn atomic_default() -> boolExpand description
Read the app-wide atomic-transactions default. Returns false when
the builder didn’t call atomic_transactions(...) (or when the
ambient state hasn’t been published yet, as in unit tests that
drive the ORM with .on(&pool) and never call App::build()).