You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@elprans I am serializing the JSON in Postgres via json_build_object and friends - will this generate another JSON serialization of the data received by the time it reaches asyncpg and I do dict(conn.fetchrow...)?
cast it to dict is really bad solution what if I want to interact with variables as dot notation without passing it to Pydantic or any other dataclass? We loose the built in hybrid_property technique by doing so. For example.
hi, i have a table like this:
And i get a product with this:
i want the below result:
i want to get a json result from query, and Question is: How do it?
The text was updated successfully, but these errors were encountered: