{"id":16515236,"url":"https://github.com/pine/crystal-sql-querymaker","last_synced_at":"2025-07-16T06:33:03.084Z","repository":{"id":72480991,"uuid":"60012025","full_name":"pine/crystal-sql-querymaker","owner":"pine","description":":key: Helper functions for SQL query generation like Perl's SQL::QueryMaker","archived":false,"fork":false,"pushed_at":"2016-07-11T10:56:33.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T03:13:58.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/pine.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":"2016-05-30T13:26:54.000Z","updated_at":"2016-07-11T06:08:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c61ed8f2-16ab-41f8-9d48-7885c6fbec8c","html_url":"https://github.com/pine/crystal-sql-querymaker","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/pine%2Fcrystal-sql-querymaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-sql-querymaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-sql-querymaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pine%2Fcrystal-sql-querymaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pine","download_url":"https://codeload.github.com/pine/crystal-sql-querymaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241533650,"owners_count":19977826,"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-10-11T16:16:16.360Z","updated_at":"2025-03-02T15:54:04.167Z","avatar_url":"https://github.com/pine.png","language":"Crystal","readme":"# SQL-QueryMaker [![Build Status](https://travis-ci.org/pine/crystal-sql-querymaker.svg?branch=master)](https://travis-ci.org/pine/crystal-sql-querymaker)\nHelper functions for SQL query generation like Perl's [SQL::QueryMaker](https://github.com/kazuho/SQL-QueryMaker)\n\n## Installation\n\nAdd this to your application's shard.yml:\n\n```yaml\ndependencies:\n  sql-maker:\n    github: pine/crystal-sql-maker\n    branch: master\n```\n\n## Usage\n\n```crystal\nrequire \"sql-maker\"\n\ninclude SQL::Maker::Helper\n\nq = sql_eq(\"foo\", 10)\np q.as_sql #=\u003e \"`foo` = ?\"\np q.bind   #=\u003e [10]\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/pine/crystal-sql-maker/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [pine](https://github.com/pine) Pine Mizune - creator, maintainer\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-sql-querymaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpine%2Fcrystal-sql-querymaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpine%2Fcrystal-sql-querymaker/lists"}