PicardyTheThird
DTDrizzle Team
•Created by PicardyTheThird on 1/2/2025 in #help
drizzle-kit studio not reading typescript
Okay, I solved it. I needed to set up my other packages to build to js before being imported by my schemas
3 replies
DTDrizzle Team
•Created by PicardyTheThird on 1/2/2025 in #help
drizzle-kit studio not reading typescript
For context, this is trying to read the schema files.
3 replies
DTDrizzle Team
•Created by PicardyTheThird on 12/28/2024 in #help
Table Abstraction
Okay it took me digging deep through the weeds of these generics but I finally cracked it. Here's the answer:
3 replies
DTDrizzle Team
•Created by PicardyTheThird on 12/28/2024 in #help
Table Abstraction
My other thought would be to use
pgTable
outside this class, pass in the output, then the class will take the cols and run pgTable
again with its own columns and try to pull the right types from the original. But that feels kinda spaghetti3 replies