iLikeBikes
iLikeBikes
Explore posts from servers
DTDrizzle Team
Created by iLikeBikes on 12/15/2023 in #help
managing with geom types in postgis
Hey all I work in geospatial a lot and typically help clients work with managing geospatial data on postgis databases. I know that drizzle does not support geometry at this point, but is the geom type in the drizzle schema on the roadmap for you all?
7 replies
DTDrizzle Team
Created by iLikeBikes on 9/6/2023 in #help
Drizzle cannot run directly in loader/action
So I have been in the process of switching over from prisma to drizzle and I have hit a huge roadblock. Right now the only way that I can run queries is in server files. Every-time I try to run drizzle queries directly in loaders or actions it prevents the page from loading. The only way I can get it to work is to move the queries into server files and then import it into the route that I am using it in. Following the chain of issues down the call stack I end up in an aws-sdk file with the error code "No Providers in Chain"
3 replies