Crate rusql_alchemy
Source pub use db::*;
- db
- This module contains the database-related functionality.
The
db module provides functionality for interacting with the database. - prelude
- This module contains the prelude for the crate.
- types
- This module contains the custom types used in the crate.
- kwargs
- A macro to create a vector of
Condition::FieldCondition for different comparison operators. - select
- Database
- Represents a database connection and provides methods for interacting with it.
- MigrationRegistrar
- A struct used for registering migrations.
- get_type_name
- Returns the name of the type
T as a string. - to_string
- Converts a value into a JSON string.
- Connection
- A type alias for the database connection pool.
- Error
- A type alias for the error type used throughout the crate.