Expand description
Centralized database type aliases.
Re-exports PostgreSQL-specific types from sqlx under shorter names,
giving the rest of the crate a single place to reference them.
Structs§
- Argument
Buffer - Connection
- A connection to a PostgreSQL database.
- Db
- PostgreSQL database driver.
- Row
- Implementation of
Rowfor PostgreSQL. - Type
Info - Type information for a PostgreSQL type.
Functions§
- database_
now - Fetches the current timestamp from the database via
SELECT NOW().