Crate rusql_alchemy

Crate rusql_alchemy 

Source

Re-exports§

pub use db::*;

Modules§

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.

Macros§

kwargs
A macro to create a vector of Condition::FieldCondition for different comparison operators.
select

Structs§

Database
Represents a database connection and provides methods for interacting with it.
MigrationRegistrar
A struct used for registering migrations.

Functions§

get_type_name
Returns the name of the type T as a string.
to_string
Converts a value into a JSON string.

Type Aliases§

Connection
A type alias for the database connection pool.
Error
A type alias for the error type used throughout the crate.