## Problem We cannot scan into `Data` type. We cannot user `Data` type as arguments for queries directly. ## Solution Implement this following the comments: https://github.com/jackc/pgx/issues/1132
Problem
We cannot scan into
Datatype.We cannot user
Datatype as arguments for queries directly.Solution
Implement this following the comments: jackc/pgx#1132