update + text
This commit is contained in:
parent
340f014365
commit
bf72429ac5
6 changed files with 703 additions and 19 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue