Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ShobhitPatra opened this issue Oct 9, 2024 · 1 comment

Comments

@ShobhitPatra
Copy link

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.

@ShobhitPatra ShobhitPatra changed the title Add Prisma ORM integration to replace current database management [FEATURE] : Add Prisma ORM integration to replace current database management Oct 9, 2024
@ShobhitPatra
Copy link
Author

Sorry.
Just saw isssue #27 .
Feel free to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant