mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-30 06:22:01 +00:00

* implement for &serde_json::RawValue * sqlx::types::Json<T> is a common type that all JSON-compatible databases can implement for, postgres implements Json<T> as JSONB * sqlx::postgres::types::PgJson<T> resolves to JSON * sqlx::postgres::types::PgJsonB<T> resolves to JSONB