Skip to content

[FEATURE] : Add Prisma ORM integration to replace current database management #45

Description

@ShobhitPatra

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions