update + text

This commit is contained in:
JMARyA 2025-01-17 14:39:54 +01:00
parent 340f014365
commit bf72429ac5
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 703 additions and 19 deletions

View file

@ -12,6 +12,10 @@ pub mod ui;
// Postgres
// TODO : IDEA
// more efficient table join using WHERE ANY instead of multiple SELECTs
// map_tables(Vec<T>, Fn(&T) -> U) -> Vec<U>
pub static PG: OnceCell<sqlx::PgPool> = OnceCell::const_new();
/// A macro to retrieve or initialize the `PostgreSQL` connection pool.