- fromSqLiteDateTime
SysTime fromSqLiteDateTime(string raw_dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- silentLog
void silentLog(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- spinSql
auto spinSql(Duration timeout, Duration minTime, Duration maxTime, string file, size_t line)
Execute an SQL query until it succeeds.
- spinSql
auto spinSql(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- toSqliteDateTime
string toSqliteDateTime(SysTime ts_)
To ensure a consistency the time is always converted to UTC.