sqlx/sqlx-test
Ryan Leckey 05d8ac2747 Finish up JSON/JSONB support for Postgres
* 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
2020-03-21 01:16:34 -07:00
..
src Finish up JSON/JSONB support for Postgres 2020-03-21 01:16:34 -07:00
Cargo.toml refactor PgNumeric so NaN can't be misinterpreted, document types 2020-03-18 19:06:14 -07:00