Is it common to run regular scripts on database su...
# orm-help
h
Is it common to run regular scripts on database such that the “status” of some object model/field are updated regularly?
s
It's quite common to have background workers for tasks like this
h
Thanks for letting me know about this. Could you suggest how I can do this in the presence of Prisma? Instead of writing Postgres scheduled workers, should I used a node script with prisma client to do so?