{"id":16022979,"url":"https://github.com/jhchabran/dbms-funcs-scraper","last_synced_at":"2026-04-26T23:31:40.193Z","repository":{"id":66774244,"uuid":"374329847","full_name":"jhchabran/dbms-funcs-scraper","owner":"jhchabran","description":"Quick and dirty script to build a JSON dump of all functions from Posgres, MySQL and SQLite.","archived":false,"fork":false,"pushed_at":"2021-06-06T14:43:07.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-22T04:51:48.636Z","etag":null,"topics":["databases","documentation-tool","scraping","script"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhchabran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-06T10:23:32.000Z","updated_at":"2021-06-06T14:44:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b04f4465-d3ed-4c68-bdb7-6fda30f00db4","html_url":"https://github.com/jhchabran/dbms-funcs-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jhchabran/dbms-funcs-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdbms-funcs-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdbms-funcs-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdbms-funcs-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdbms-funcs-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhchabran","download_url":"https://codeload.github.com/jhchabran/dbms-funcs-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhchabran%2Fdbms-funcs-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["databases","documentation-tool","scraping","script"],"created_at":"2024-10-08T18:43:48.234Z","updated_at":"2026-04-26T23:31:40.178Z","avatar_url":"https://github.com/jhchabran.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrape functions fom Database Docs\n\nQuick and dirty script to build a JSON dump of all functions from Posgres, MySQL and SQLite.\n\n## Usage \n\n```\ngo run main.go \u003e dump.json\n\n# Get a csv with of all Postgres functions\ncat dump.json | jq -r '.Postgres | (.[0] | keys_unsorted) as $keys | $keys, map([.[ $keys[] ]])[] | @csv'\n```\n\n## Example output\n\n```json\n{\n  \"Postgres\": [\n    {\n      \"Name\": \"abs(x)\",\n      \"Description\": \"absolute value\",\n      \"Theme\": \"Mathematical Functions\"\n    },\n    {\n      \"Name\": \"cbrt(dp)\",\n      \"Description\": \"cube root\",\n      \"Theme\": \"Mathematical Functions\"\n    },\n    {\n      \"Name\": \"ceil(dp or numeric)\",\n      \"Description\": \"nearest integer greater than or equal to argument\",\n      \"Theme\": \"Mathematical Functions\"\n    },\n    {\n      \"Name\": \"ceiling(dp or numeric)\",\n      \"Description\": \"nearest integer greater than or equal to argument (same as ceil)\",\n      \"Theme\": \"Mathematical Functions\"\n    },\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhchabran%2Fdbms-funcs-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhchabran%2Fdbms-funcs-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhchabran%2Fdbms-funcs-scraper/lists"}