mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-31 05:40:58 +00:00
10 lines
226 B
TOML
10 lines
226 B
TOML
[common]
|
|
database-url-var = "PAYMENTS_DATABASE_URL"
|
|
|
|
[macros.table-overrides.'payment']
|
|
'payment_id' = "crate::PaymentId"
|
|
'account_id' = "accounts::AccountId"
|
|
|
|
[macros.type-overrides]
|
|
'payment_status' = "crate::PaymentStatus"
|