pg_cron
pg_cron copied to clipboard
Get the next date from a cron string
Hi! First of all awesome project!
I've been looking for a solution to create a function that returns the next date of a cron expression. Do you think I could use some part of this project for this without adding this extension to my db? I see it's written in C, what part could I outsource that could give me this functionality?
Thanks!
Check this implementation in another scheduler pg_timetable
WOW! Thanks!!