{"id":20057661,"url":"https://github.com/todesking/qb-scalikejdbc","last_synced_at":"2026-04-11T22:44:30.791Z","repository":{"id":21630195,"uuid":"24950750","full_name":"todesking/qb-scalikejdbc","owner":"todesking","description":"Goal: Platform independent query builder for relational data.","archived":false,"fork":false,"pushed_at":"2014-10-13T10:02:41.000Z","size":148,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-17T16:50:15.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/todesking.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":"2014-10-08T16:55:00.000Z","updated_at":"2015-06-19T14:16:40.000Z","dependencies_parsed_at":"2022-08-21T07:10:13.192Z","dependency_job_id":null,"html_url":"https://github.com/todesking/qb-scalikejdbc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/todesking/qb-scalikejdbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fqb-scalikejdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fqb-scalikejdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fqb-scalikejdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fqb-scalikejdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/todesking","download_url":"https://codeload.github.com/todesking/qb-scalikejdbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/todesking%2Fqb-scalikejdbc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31698152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"last_error":"SSL_read: 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-13T12:59:50.295Z","updated_at":"2026-04-11T22:44:30.754Z","avatar_url":"https://github.com/todesking.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QB: Generic query builder\n\nGoal: Framework independent query builder\n\nCurrent target: Scalikejdbc\n\n```scala\nimport com.todesking.qb\nimport com.todesking.qb.QueryInterpolation._\n\nqb.Sql.buildQuery(\n  table\"users\"\n    .where(col\"age\" eq 20)\n    .where(col\"name\" like \"Alice%\")\n    .where(col\"id\" in (table\"owners\" select(col\"user_id\")))\n)\n\n=\u003e SqlData(\"SELECT * FROM users WHERE ((age = ? AND name LIKE ?) AND id IN (SELECT user_id FROM owners))\",List(20, \"Alice%\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fqb-scalikejdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftodesking%2Fqb-scalikejdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftodesking%2Fqb-scalikejdbc/lists"}