{"id":32168678,"url":"https://github.com/zweifisch/querykit","last_synced_at":"2026-02-23T05:01:42.687Z","repository":{"id":293803582,"uuid":"985189064","full_name":"zweifisch/querykit","owner":"zweifisch","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-17T13:18:31.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T02:27:14.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/zweifisch.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,"zenodo":null}},"created_at":"2025-05-17T08:41:32.000Z","updated_at":"2025-05-17T13:18:34.000Z","dependencies_parsed_at":"2025-05-17T09:20:12.510Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/querykit","commit_stats":null,"previous_names":["zweifisch/querykit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zweifisch/querykit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fquerykit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fquerykit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fquerykit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fquerykit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/querykit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fquerykit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2025-10-21T16:00:36.931Z","updated_at":"2026-02-23T05:01:42.620Z","avatar_url":"https://github.com/zweifisch.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Querykit\n\nQuerykit is a lightweight Elixir library that provides safe SQL query interpolation through a convenient sigil-based syntax. It automatically handles parameter binding to help prevent SQL injection while maintaining readable query syntax.\n\n## Installation\n\nAdd `querykit` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:querykit, \"~\u003e 0.2.0\"}\n  ]\nend\n```\n\n## Usage\n\nImport Querykit in your module:\n\n```elixir\nimport Querykit\n ```\n\nQuery with parameters:\n\n```elixir\n~q(SELECT * FROM users WHERE id = #{id})\n# {\"SELECT * FROM users WHERE id = $1\", [id]}\n```\n\nEcto schema support:\n\n```elixir\n~q\"SELECT * FROM #{User} WHERE active = #{1}\"\n# {\"SELECT * FROM users WHERE active = $1\", [1]}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fquerykit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fquerykit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fquerykit/lists"}