{"id":19909710,"url":"https://github.com/dynapi/org.dynapi.squirtle","last_synced_at":"2025-08-30T16:32:57.409Z","repository":{"id":250731559,"uuid":"835382740","full_name":"DynAPI/org.dynapi.squirtle","owner":"DynAPI","description":"Java SQL Query Builder","archived":false,"fork":false,"pushed_at":"2024-10-20T13:42:28.000Z","size":323,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T22:27:42.330Z","etag":null,"topics":["dynapi","java","sql","sql-builder"],"latest_commit_sha":null,"homepage":"","language":"Java","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/DynAPI.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-29T18:08:15.000Z","updated_at":"2024-10-20T13:42:32.000Z","dependencies_parsed_at":"2024-07-31T23:32:23.378Z","dependency_job_id":"b0ec18cc-12a0-472f-877f-bb1f10f61f6d","html_url":"https://github.com/DynAPI/org.dynapi.squirtle","commit_stats":null,"previous_names":["dynapi/org.dynapi.squirtle"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2Forg.dynapi.squirtle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2Forg.dynapi.squirtle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2Forg.dynapi.squirtle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DynAPI%2Forg.dynapi.squirtle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DynAPI","download_url":"https://codeload.github.com/DynAPI/org.dynapi.squirtle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241337299,"owners_count":19946380,"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":["dynapi","java","sql","sql-builder"],"created_at":"2024-11-12T21:16:25.379Z","updated_at":"2025-03-01T08:22:21.258Z","avatar_url":"https://github.com/DynAPI.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Publish Build to Github Releases](https://github.com/DynAPI/org.dynapi.squirtle/actions/workflows/publish-release.yaml/badge.svg)](https://github.com/DynAPI/org.dynapi.squirtle/actions/workflows/publish-release.yaml)\n[![Publish package to GitHub Packages](https://github.com/DynAPI/org.dynapi.squirtle/actions/workflows/publish-package.yaml/badge.svg)](https://github.com/DynAPI/org.dynapi.squirtle/actions/workflows/publish-package.yaml)\n# Squirtle - Java SQL Query Builder\n\n```java\nimport org.dynapi.squirtle.core.queries.Query;\nimport org.dynapi.squirtle.core.queries.Schema;\nimport org.dynapi.squirtle.core.queries.Table;\n\npublic class Example {\n    public static void main(String[] args) {\n        Table table = new Schema(\"dynapi\").table(\"test\").as(\"t\");\n        String sql = new Query()\n                .from(table)\n                .select(table.asStar())\n                .getSql();\n        System.out.println(sql);  // SELECT \"t\".* FROM \"dynapi\".\"test\" \"t\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynapi%2Forg.dynapi.squirtle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynapi%2Forg.dynapi.squirtle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynapi%2Forg.dynapi.squirtle/lists"}