{"id":24956276,"url":"https://github.com/daschr/sqlite3_extensions","last_synced_at":"2025-06-26T03:36:50.126Z","repository":{"id":190359622,"uuid":"288146134","full_name":"daschr/sqlite3_extensions","owner":"daschr","description":"collection of sqlite3 extensions ","archived":false,"fork":false,"pushed_at":"2020-08-23T16:08:33.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T06:32:48.031Z","etag":null,"topics":["cron","sqlite3","sqlite3-extension"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daschr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-08-17T10:07:03.000Z","updated_at":"2024-08-03T20:14:24.000Z","dependencies_parsed_at":"2023-08-24T09:40:24.377Z","dependency_job_id":null,"html_url":"https://github.com/daschr/sqlite3_extensions","commit_stats":null,"previous_names":["daschr/sqlite3_extensions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Fsqlite3_extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Fsqlite3_extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Fsqlite3_extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daschr%2Fsqlite3_extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daschr","download_url":"https://codeload.github.com/daschr/sqlite3_extensions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246093180,"owners_count":20722403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cron","sqlite3","sqlite3-extension"],"created_at":"2025-02-03T06:28:16.522Z","updated_at":"2025-03-28T20:17:10.322Z","avatar_url":"https://github.com/daschr.png","language":"C","readme":"# sqlite3_extensions\ncollection of sqlite3 extensions \n\n## cron.c\n\n* `cron_match(date text, cron_entry text)` allows you to compare dates against cron entries, whether they match or not\n* f.e.:\n  * `select cron_match('2000-01-01 00:03:00', '*/3 * * * *');` returns 1\n  * `select date from test1 where cron_match(date, '*/9 */10 * * *');` returns\n    |date|\n    |:------------------|\n    |2000-01-04 10:27:00|\n    |2000-01-04 10:36:00|\n    |2000-01-04 10:45:00|\n    |2000-01-04 10:54:00|\n    |2000-01-04 20:00:00|\n    |2000-01-04 20:09:00|\n    |2000-01-04 20:18:00|\n    |2000-01-04 20:27:00|\n    |2000-01-04 20:36:00|\n    |2000-01-04 20:45:00|\n    |2000-01-04 20:54:00|\n    |2000-01-05 00:00:00|\n    |2000-01-05 00:09:00|\n    |2000-01-05 00:18:00|\n    |2000-01-05 00:27:00|\n    |2000-01-05 00:36:00|\n    |2000-01-05 00:45:00|\n    |2000-01-05 00:54:00|\n    |2000-01-05 10:00:00|\n    |2000-01-05 10:09:00|\n    |2000-01-05 10:18:00|\n    |2000-01-05 10:27:00|\n    |2000-01-05 10:36:00|\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaschr%2Fsqlite3_extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaschr%2Fsqlite3_extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaschr%2Fsqlite3_extensions/lists"}