Dealing with ORM


More accurately, relearning them


Under assignment to learn about ORMs and testing in express, I’ve decided to first tackle ORMs. Specifically, Odin has me using Prisma, which is different from the one I originally used, Sequelize. It shouldn’t be that difficult but it should also be noted that it seems like everyone in the coding community has problems with every ORM out there.

I’ll go through the testing part tomorrow.