{"id":16586556,"url":"https://github.com/romgrk/pg_fzy","last_synced_at":"2026-04-17T04:33:27.509Z","repository":{"id":145088195,"uuid":"342316224","full_name":"romgrk/pg_fzy","owner":"romgrk","description":"The fzy function for PostgreSQL","archived":false,"fork":false,"pushed_at":"2021-03-25T18:09:29.000Z","size":162,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T08:15:16.435Z","etag":null,"topics":["fzy","postgres-extension","postgresql","postgresql-extension"],"latest_commit_sha":null,"homepage":"","language":"C","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/romgrk.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-02-25T16:59:08.000Z","updated_at":"2021-03-25T18:09:31.000Z","dependencies_parsed_at":"2025-12-07T08:05:27.710Z","dependency_job_id":null,"html_url":"https://github.com/romgrk/pg_fzy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romgrk/pg_fzy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romgrk%2Fpg_fzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romgrk%2Fpg_fzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romgrk%2Fpg_fzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romgrk%2Fpg_fzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romgrk","download_url":"https://codeload.github.com/romgrk/pg_fzy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romgrk%2Fpg_fzy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fzy","postgres-extension","postgresql","postgresql-extension"],"created_at":"2024-10-11T22:51:54.278Z","updated_at":"2026-04-17T04:33:27.481Z","avatar_url":"https://github.com/romgrk.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# pg_fzy\n\nFZY extension for PostgreSQL. You can either use the pre-compiled binaries, or build from source.\n\n### Pre-compiled binaries\n\nPre-compiled binaries are available for the following systems:\n - Linux x86_64, Postgres: 11, 12, 13\n - macOS x86_64, Postgres: 13\n\nTo make use of it, run:\n\n```\nmake restore_precompiled_binary\n```\n\n### Building\n\nRequires postgresql development headers.\n\n\u003cdetails\u003e\n  \u003csummary\u003eLinux\u003c/summary\u003e\n  \u003cp\u003e\n    Install headers through your package manager.\u003cbr/\u003e\n    Ubuntu: \u003ccode\u003esudo apt install postgresql-server-dev-XX\u003c/code\u003e\u003cbr/\u003e\n  \u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003emacOS\u003c/summary\u003e\n  \u003cp\u003e\n    brew: \u003ccode\u003ebrew install libpq\u003c/code\u003e\u003cbr/\u003e\n  \u003c/p\u003e\n\u003c/details\u003e\n\n```\nmake\n```\n\n### Installation\n\n```\nsudo make install\n```\n\nRequires `pg_config` to be installed.\n\n```\npsql\u003e CREATE EXTENSION fzy;\n```\n\n### Usage\n\n```\nselect name, fzy('Stev', \"name\"::cstring) as score from users;\n```\n\nUses the case-insensitive version of fzy for now. Open an issue if you need\nthe case sensitive version.\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromgrk%2Fpg_fzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromgrk%2Fpg_fzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromgrk%2Fpg_fzy/lists"}