v0.5.1
Also forward the sql extension from PostgresKit.
try await pool.connection({ connection in
try await connection.sql()
.delete(from: "incoming")
.where("logtime", .lessThan, Date(timeIntervalSinceNow: -seconds))
.run()
})