[−][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
MatchBy | |
OrderTypes |
Statics
DB_SERVICE |
Traits
DBObject |
Functions
check_db_has_tables | |
create_user | Only used for Postgres database |
delete_sqlite_db | Delete a SQLite database file |
establish_connection | |
get_db_service_name | Returns the name of the database service ( |
recreate_database | Only used for Postgres database |
run_migrations |
Type Definitions
DbConnection | |
DbError | |
DbManager | |
DbPool | |
DbPooledConnection |