Description :
Integrate Prisma ORM to manage the database operations. This would involve adding Prisma's schema and generating the required models to work with the current database setup. Prisma will replace the manual queries with a more structured and type-safe approach.
Why is this feature useful?:
Prisma will simplify database management by providing an ORM with built-in schema migrations, type safety, and easier query generation. This would help streamline future database changes, make the codebase more maintainable, and reduce potential bugs with database operations.