mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +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