Module db_sqlx_sqlite::prelude::dev [−][src]
Expand description
useful imports for supporting a new database
Modules
useful imports for users working with a supported database
Structs
data structure describing credentials of a user
payload to register a user with username and email
data structure containing only a password field
payload to update email in the database
payload to update a username in database
payload to register a user with only username
Enums
Error data structure grouping various error subtypes
Traits
Create databse connection
Database operations trait(migrations, pool creation and fetching connection from pool)
Get database connection
database migrations
Type Definitions
Convenience type alias for grouping driver-specific errors
Generic result data structure