mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-31 05:40:58 +00:00
11 lines
305 B
TOML
11 lines
305 B
TOML
[common]
|
|
database-url-var = "ACCOUNTS_DATABASE_URL"
|
|
|
|
[macros.table-overrides.'account']
|
|
'account_id' = "crate::AccountId"
|
|
'password_hash' = "sqlx::types::Text<password_hash::PasswordHashString>"
|
|
|
|
[macros.table-overrides.'session']
|
|
'session_token' = "crate::SessionToken"
|
|
'account_id' = "crate::AccountId"
|