{"id":20177825,"url":"https://github.com/tfc/persistent-generic-filter","last_synced_at":"2026-05-10T13:04:11.698Z","repository":{"id":137344895,"uuid":"229285589","full_name":"tfc/persistent-generic-filter","owner":"tfc","description":"Haskell example code for generic SQL query column filter assembly","archived":false,"fork":false,"pushed_at":"2019-12-23T11:19:46.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T16:47:47.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tfc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-20T15:05:39.000Z","updated_at":"2019-12-23T11:19:48.000Z","dependencies_parsed_at":"2023-03-14T13:15:33.650Z","dependency_job_id":null,"html_url":"https://github.com/tfc/persistent-generic-filter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fpersistent-generic-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fpersistent-generic-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fpersistent-generic-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfc%2Fpersistent-generic-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfc","download_url":"https://codeload.github.com/tfc/persistent-generic-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241612750,"owners_count":19990874,"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":[],"created_at":"2024-11-14T02:17:34.230Z","updated_at":"2026-05-10T13:04:11.627Z","avatar_url":"https://github.com/tfc.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# persistent-generic-filter\n\nProgram output / user interaction:\n\n```bash\nThe following people exist in the DB:\nPerson {personName = \"john\", personAge = 10}\nPerson {personName = \"tom\", personAge = 10}\nPerson {personName = \"jane\", personAge = 20}\nPerson {personName = \"john\", personAge = 30}\n\nPlease enter a query. Examples:\n    age \u003e 12 and name = john\n    name = jane or (name = john and age \u003e 10)\n\nThe following fields and operators are available:\nField \"age\", operators: = \u003c \u003e\nField \"name\", operators: =\n\nquery\u003e age \u003e 12 and name = john\nResults of query \"age \u003e 12 and name = john\":\nPerson {personName = \"john\", personAge = 30}\n\nquery\u003e age \u003e 12 and name = \"jane\"\nResults of query \"age \u003e 12 and name = \"jane\"\":\nPerson {personName = \"jane\", personAge = 20}\n\nquery\u003e name = jane or (name = john and age \u003e 10)\nResults of query \"name = jane or (name = john and age \u003e 10)\":\nPerson {personName = \"jane\", personAge = 20}\nPerson {personName = \"john\", personAge = 30}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfc%2Fpersistent-generic-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfc%2Fpersistent-generic-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfc%2Fpersistent-generic-filter/lists"}