v0.5.5
feat: introduce docker-compose based testing for running locally against many database combinations
Rename sqlx(rename) attribute to sqlx(type_name)
feat(postgres): expose PgTypeKind
feat(macros): implement `query_scalar!()` and variants
more pool fixes (#1211)
fix(postgres): Add support for domain types description
refactor(macros): remove ResultExt and macro_result!()
Fixing BigDecimal conversion for PostgreSQL