Available on crate feature
postgres
only.Modules§
Structs§
- Any
- Opaque database driver. Capable of being used in place of any SQLx database driver. The actual driver used will be selected at runtime, from the connection url.
- AnyArgument
Buffer - AnyArguments
- AnyColumn
- AnyConnect
Options - Opaque options for connecting to a database. These may only be constructed by parsing from a connection url.
- AnyConnection
- A connection to any SQLx database.
- AnyQuery
Result - AnyRow
- AnyStatement
- AnyTransaction
Manager - AnyType
Info - AnyValue
- AnyValue
Ref