How do I change/fix the order of fetched field? #1719
Unanswered
llama-for3ver
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple setup w/ FastAPI:
The problem is that I want the response fields to be in a specific order, as defined by the database and model, it seems to be in a random order. Here's what it is supposed to be:
(this is as from asyncpg)
Is it possible to do this?
Beta Was this translation helpful? Give feedback.
All reactions