iLikeBikes
Explore posts from serversDTDrizzle Team
•Created by iLikeBikes on 12/15/2023 in #help
managing with geom types in postgis
I’m still using prisma for migrations 🤷♂️
7 replies
DTDrizzle Team
•Created by iLikeBikes on 12/15/2023 in #help
managing with geom types in postgis
yeah the issue with it atm is that I am having issues using migrations with drizzle. If you do introspection with postgis setup it can do some weird things where it finds geography_columns, geometry_columns, and spatial_ref_sys
7 replies
DTDrizzle Team
•Created by iLikeBikes on 9/6/2023 in #help
Drizzle cannot run directly in loader/action
I figured out that tables cannot be used directly. I had to pull in the database module from another turborepo package. And I needed to pull the table definitions through a ‘.server.ts’ file before using in a routes loader
3 replies
DTDrizzle Team
•Created by iLikeBikes on 9/6/2023 in #help
Drizzle cannot run directly in loader/action
A little bit more context is that I am using drizzle and remix in a turbo repo. I have attempted to load drizzle in a server file by doing the following
3 replies