Varun Patil
DTDrizzle Team
•Created by Varun Patil on 5/22/2024 in #help
Query builder for presto
Hey all,
My use case is to build the queries using some querybuilder against the models that I have defined.
The underlying tool is a presto and not mysql, sqlite or postgres.
I have no requirements for insert, update or delete.... but only fetch records.
Connection can be done with presto-client.
Can I extend drizzle to fullfil this requirement?
If yes, is this documented anywhere that how can I extend drizzle?
2 replies