Optionally migrate a table.
Is there a way to tag a pg table to optionally migrate it when running either generate/migrate or push commands?
There's a system generated table in my existing database and I know I can pull it to get the schema structure. What I don't want to do is change anything when I run the generate/migrate or push commands.
Kinda like how managed=False works in Django.
2 Replies
Drizzle ORM - drizzle.config.ts
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
I didn't see this but from the looks of it, it might be what I was actually looking for. I'll give it a shot thanks!