Skip to content

v0.0.14

Compare
Choose a tag to compare
@ChuckHend ChuckHend released this 29 Jan 01:53
· 19 commits to main since this release

Highlight: execute your query much later. Specify a delay, in seconds, to wait until your query is executed. The default is to wait 0 seconds.

To execute your query 60 seconds from now...

select pglater.exec(
  query => 'select * from pg_available_extensions order by name limit 2',
  delay => 60
) as job_id;

What's Changed

New Contributors

Full Changelog: v0.0.12...v0.0.14