| Copyright | Flipstone Technology Partners 2023 |
|---|---|
| License | MIT |
| Stability | Stable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Orville.PostgreSQL.Raw.PgTime
Description
Since: 1.0.0.0
Synopsis
Documentation
dayToPostgreSQL :: Day -> ByteString Source #
Renders a Day value to a textual representation for PostgreSQL.
Since: 1.0.0.0
utcTimeToPostgreSQL :: UTCTime -> ByteString Source #
Renders a UTCTime value to a textual representation for PostgreSQL.
Since: 1.0.0.0
localTimeToPostgreSQL :: LocalTime -> ByteString Source #
Renders a LocalTime value to a textual representation for PostgreSQL.
Since: 1.0.0.0