Crate shuttle_common

Source

Modules§

constants
Shared constants used across Shuttle crates
models
secrets
tables
templates

Structs§

ContainerRequest
Used to request a container from the local run provisioner
ContainerResponse
Response from requesting a container from the local run provisioner
DatabaseInfo
Holds the data for building a database connection string.
DbInput
The input given to Shuttle DB resources

Enums§

DatabaseResource
The output produced by Shuttle DB resources

Functions§

semvers_are_compatible
Check if two versions are compatible based on the rule used by cargo: “Versions a and b are compatible if their left-most nonzero digit is the same.”