[−][src]Crate df_st_db
Re-exports
pub use schema::*; |
Modules
schema |
Macros
group_by | Creates a match condition on |
id_filter | Create a HashMap used for id_filter |
optional_filter | Add if statements for all the possible filters. The function must return in this statement for the filters to work. Parameters: |
order_by | Creates a match condition on |
string_filter | Create a HashMap used for string_filter |
Structs
Enums
OrderTypes |
Traits
DBObject |
Functions
check_db_and_config_match | Checks if the DB type matches the config type
So if version is compiled for |
check_db_has_tables | |
create_user | |
establish_connection | |
get_db_service_name | Returns the name of the database service ( |
recreate_database | |
run_migrations |
Type Definitions
DbConnection | |
DbError | |
DbManager | |
DbPool |