Database-agnostic row-to-JSON conversion and query result traits for sqlx.
Provides [RowExt] for converting a single database row into a
[Value::Object] and [QueryResult] for extracting affected row
counts. Implementations are provided for
SqliteRow,
PgRow, and
MySqlRow.