{"id":20098920,"url":"https://github.com/jagedn/querydsl","last_synced_at":"2026-05-12T15:33:31.184Z","repository":{"id":74578323,"uuid":"51365074","full_name":"jagedn/QueryDSL","owner":"jagedn","description":"simple DSL to build SQL sentences","archived":false,"fork":false,"pushed_at":"2016-02-16T08:45:48.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T16:48:43.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jagedn.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}},"created_at":"2016-02-09T12:20:59.000Z","updated_at":"2023-04-12T07:13:50.000Z","dependencies_parsed_at":"2023-03-04T16:15:39.192Z","dependency_job_id":null,"html_url":"https://github.com/jagedn/QueryDSL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jagedn/QueryDSL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2FQueryDSL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2FQueryDSL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2FQueryDSL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2FQueryDSL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jagedn","download_url":"https://codeload.github.com/jagedn/QueryDSL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jagedn%2FQueryDSL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32945486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-13T17:07:10.366Z","updated_at":"2026-05-12T15:33:31.169Z","avatar_url":"https://github.com/jagedn.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QueryDSL\nsimple DSL to build SQL sentences\n\n## Usage\n\n```groovy\ndef queryDSL = QueryDSL.build {\n        select 'a.field1, a.field2'\n        from 'mytable a'\n        where{\n            and{\n                eq \"a.field1\", 501\n            }\n        }\n        innerJoin \"table2 b\" on \"a.field1\" eq \"b.field1\"\n        groupBy 1\n    }\n\n    String select = queryDSL.SQL\n    Sql sqlSelect = new Sql(dataSource)\n    println sqlSelect.rows(sqlSelect)\n\n    String countResources = queryDSL.CountSQL\n    Sql sqlCount = new Sql(dataSource)\n    println sqlCount.firstRow(countResources)\n    \n```\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagedn%2Fquerydsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjagedn%2Fquerydsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjagedn%2Fquerydsl/lists"}