Hello everyone,
we are using prisma and pgCron in combination, which works quite well.
We do manage all changes manualy in generated migrations and this is a well used migration path for our database.
Upfront: I am an external developer and do no represent anyone from prisma, so this is just a suggestion/question:
Prisma just annouced prisma next, a new way and more open way to query the postgres database with the ability to create advanced extensions.
Would the team be interested/considdering in providing an extension for the next version of prisma allowing to create typesafe cron jobs and leverage the most common functions in a typesafe way and maybe provide advanced tooling f.ex. for migration.
Hello everyone,
we are using prisma and pgCron in combination, which works quite well.
We do manage all changes manualy in generated migrations and this is a well used migration path for our database.
Upfront: I am an external developer and do no represent anyone from prisma, so this is just a suggestion/question:
Prisma just annouced prisma next, a new way and more open way to query the postgres database with the ability to create advanced extensions.
Would the team be interested/considdering in providing an extension for the next version of prisma allowing to create typesafe cron jobs and leverage the most common functions in a typesafe way and maybe provide advanced tooling f.ex. for migration.