Rocket/contrib/db_pools/lib/src
Sergio Benitez c90812051e Rename 'Outcome::Failure' to 'Outcome::Error'.
The primary motivation is to deconflate the leading `F`s in `Failure` and
`Forward`. In particular, when using a generics, we used `F` for forward, which
could easily be confused for `F` for `Failure`. This resolves the conflation.
2023-10-31 12:17:28 -05:00
..
config.rs Introduce async database pools: 'rocket_db_pools'. 2021-07-18 12:17:17 -07:00
database.rs Rename 'Outcome::Failure' to 'Outcome::Error'. 2023-10-31 12:17:28 -05:00
diesel.rs Add support for 'diesel-async' to 'db_pools'. 2023-06-09 16:47:06 -07:00
error.rs Fix a whole bunch of typos. 2023-03-23 14:57:54 -07:00
lib.rs Update 'sqlx' to '0.7'. 2023-08-25 14:02:44 -07:00
pool.rs Update 'sqlx' to '0.7'. 2023-08-25 14:02:44 -07:00