hotshot_
query_
service
0.1.76
Module sql
Module Items
Re-exports
Macros
Structs
Type Aliases
In hotshot_
query_
service::
data_
source
hotshot_query_service
::
data_source
Module
sql
Copy item path
Source
Re-exports
§
pub use sql::
Transaction
;
Macros
§
include_
migrations
Embed migrations from the given directory into the current binary for PostgreSQL or SQLite.
Structs
§
Error
The
Error
type, a wrapper around a dynamic error type.
Migration
Represents a schema migration to be run on the database, this struct is used by the
embed_migrations!
macro to gather migration files and shouldn’t be needed by the user
Type Aliases
§
Builder
Config
SqlData
Source
A data source for the APIs provided in this crate, backed by a remote PostgreSQL database.