mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
05d8ac2747
* 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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |