Hi,
Does anyone know how to use the native Postgresql operators with sqlx?
Not sure, why but the Postgresql JSON operators don't seem to work in a query but works fine with psql.
sql::query_as( SELECT info -> 'customer' FROM table; );
Is this not supported or is there another syntax to achieve this?
Thanks