refactor
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
JMARyA 2024-12-29 20:39:10 +01:00
parent 3837302161
commit 439467f730
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
10 changed files with 45 additions and 32 deletions

View file

@ -15,7 +15,7 @@ pub mod result;
pub static PG: OnceCell<sqlx::PgPool> = OnceCell::const_new();
/// A macro to retrieve or initialize the PostgreSQL connection pool.
/// A macro to retrieve or initialize the `PostgreSQL` connection pool.
///
/// This macro provides a convenient way to access the `PgPool`. If the pool is not already initialized,
/// it creates a new pool using the connection string from the `$DATABASE_URL` environment variable.