The UUIDv7 format is designed to encode a Unix timestamp with arbitrary sub-second precision.
UUIDs are commonly used as a unique key in database tables.
Планируется выгружать данные в "нейтральный" формат для Import/Export на другие "площадки"
#[get("/")]
async fn index(pool: web::Data<Pool>) -> impl Responder {
HttpResponse::Ok().json("[the,quick,brown,fox,jumps,over,lazy,dog]")
}