dbx/crates/dbx-core
t8y2 bfc2c4d162 fix(postgres): display custom extension types instead of null
Use try_get_raw + as_bytes fallback for types that sqlx cannot decode
via standard type mappings (e.g. PostGIS geometry, citext, ltree).
UTF-8 decodable values display as text; binary values display as hex.

Closes #108
2026-05-06 12:02:40 +08:00
..
src fix(postgres): display custom extension types instead of null 2026-05-06 12:02:40 +08:00
Cargo.toml feat(docker): use cargo-zigbuild for native cross-compilation 2026-05-05 21:05:44 +08:00