do I still need to use drizzle-kit?

I"m not doing any migrations or generation. Just doing selects, inserts, and updates into existing tables. I have most everything working and didn't instal drizzle-kit. But not sure how to do relations so not sure if drizzle-kit plays a part there?
1 Reply
codecret | Software Engineer
drizzle-kit doesnt play a role in relations, relations are just high level of abstractions, it's the way to run migrations and perform actions on table such as creating updating delete tables columns operations etc.

Did you find this page helpful?