Database changes dynamically
Unanswered
Router Renegade posted this in #help-forum
I am developing a Next JS application wherein I have a MySQL database in the backend that changes dynamically every 3 days in a week . How to update the Prisma Data model automatically as the database tables changes in the backend?
Is there a way to implement this in next.js 14?
Is there a way to implement this in next.js 14?