Re-exports§
pub use yauth_entity as entity;pub use yauth_migration as migration;
Modules§
- auth
- config
- error
- middleware
- plugin
- plugins
- prelude
- routes_
meta - Route metadata for TypeScript client generation.
- state
- stores
Structs§
- Async
Diesel Connection Manager - An connection manager for use with diesel-async.
- Async
PgConnection - A connection to a PostgreSQL database.
- YAuth
- YAuth
Builder
Traits§
- RunQuery
Dsl - Methods used to execute queries.
Type Aliases§
- Diesel
Pool - Type alias for using
deadpool::managed::Poolwith [diesel-async]