{"id":18930968,"url":"https://github.com/bordereast/jaql","last_synced_at":"2025-10-10T19:33:27.918Z","repository":{"id":99196964,"uuid":"101509551","full_name":"bordereast/jaql","owner":"bordereast","description":"ArangoDB AQL Query Builder for Java 8+","archived":false,"fork":false,"pushed_at":"2017-08-26T19:55:42.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T19:33:25.703Z","etag":null,"topics":["aql","arangodb","java","java-8","query-builder"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/bordereast.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":"2017-08-26T19:50:39.000Z","updated_at":"2021-08-25T06:49:29.000Z","dependencies_parsed_at":"2023-09-08T05:15:19.142Z","dependency_job_id":null,"html_url":"https://github.com/bordereast/jaql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bordereast/jaql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordereast%2Fjaql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordereast%2Fjaql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordereast%2Fjaql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordereast%2Fjaql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bordereast","download_url":"https://codeload.github.com/bordereast/jaql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bordereast%2Fjaql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005031,"owners_count":26083827,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","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":["aql","arangodb","java","java-8","query-builder"],"created_at":"2024-11-08T11:39:57.361Z","updated_at":"2025-10-10T19:33:27.904Z","avatar_url":"https://github.com/bordereast.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JAQL (Jackal)\nArangoDB AQL Query Builder for Java 8+\n\n```\n        JAQL query = new JAQL();\n        User user = new User();\n        \n        String q = query\n            .forEntity(user)\n            .filter(\"firstName\", Operator.equals, \"@f1\")\n            .logical(Logical.AND)\n            .logical(Logical.OPEN_BRACKET)\n            .filter(\"lastName\", Operator.notEquals, \"@f2\")\n            .and(\"lastName\", Operator.equals, query.addParam(\"f3\", \"Vader\")) // can add param like this\n            .logical(Logical.CLOSE_BRACKET)\n            .returnEntity(user)\n            .withParam(\"f1\", \"Darth\") // or add param like this\n            .withParam(\"f2\", \"Skylord\")\n            .build();\n```            \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbordereast%2Fjaql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbordereast%2Fjaql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbordereast%2Fjaql/lists"}