pub use akgine_macros;
// ── Utility ───────────────────────────────────────────────────────────────────
/// Returns the current Unix timestamp in seconds.
///
/// Exported so application code can use it in `DbRecord::to_params()`
/// without depending on std::time directly.