Another question on my discovery path, has anyone tried to use peewee to query questdb using the postgresql protocol?
n
Nicolas Hourcard
04/20/2023, 2:42 PM
have not seen much usage of this tool, generally ORMs are a tricky proposition because they will require some functionality that our PGwire does not support yet
for example, prisma wont work out of the box
h
Henri Asseily
04/20/2023, 5:35 PM
Using an ORM with QuestDB is like attaching a stagecoach to an SUV.
s
S Berder
04/21/2023, 3:08 AM
I see, so would you advise going to psycopg2 directly?
h
Henri Asseily
04/21/2023, 4:53 AM
Yes just query directly using psycopg2 and grab the data you need as a stream.