mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 13:20:59 +00:00
8 lines
220 B
TOML
8 lines
220 B
TOML
[macros.type-overrides]
|
|
'DATE' = 'jiff_sqlx::Date'
|
|
'TIME' = 'jiff_sqlx::Time'
|
|
'TIMESTAMP' = 'jiff_sqlx::DateTime'
|
|
'TIMESTAMPTZ' = 'jiff_sqlx::Timestamp'
|
|
# Note: only decoding is supported.
|
|
'INTERVAL' = 'jiff_sqlx::Span'
|