{"id":15056301,"url":"https://github.com/violetbuse/gmysql","last_synced_at":"2025-04-10T04:07:23.666Z","repository":{"id":245070256,"uuid":"817360117","full_name":"violetbuse/gmysql","owner":"violetbuse","description":"Mysql client for gleam.","archived":false,"fork":false,"pushed_at":"2024-07-31T06:37:18.000Z","size":17,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T04:07:20.023Z","etag":null,"topics":["erlang","gleam","mysql"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/gmysql","language":"Gleam","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/violetbuse.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":"2024-06-19T14:38:07.000Z","updated_at":"2025-01-27T10:47:45.000Z","dependencies_parsed_at":"2024-06-19T14:58:33.831Z","dependency_job_id":"d6c9f194-2f39-4247-8a20-93f1f9e335ad","html_url":"https://github.com/violetbuse/gmysql","commit_stats":null,"previous_names":["violetbuse/gmysql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violetbuse%2Fgmysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violetbuse%2Fgmysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violetbuse%2Fgmysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/violetbuse%2Fgmysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/violetbuse","download_url":"https://codeload.github.com/violetbuse/gmysql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154986,"owners_count":21056543,"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":["erlang","gleam","mysql"],"created_at":"2024-09-24T21:49:48.565Z","updated_at":"2025-04-10T04:07:23.380Z","avatar_url":"https://github.com/violetbuse.png","language":"Gleam","funding_links":[],"categories":["Gleam"],"sub_categories":[],"readme":"# gmysql\n\n[![Package Version](https://img.shields.io/hexpm/v/gmysql)](https://hex.pm/packages/gmysql)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gmysql/)\n\n```sh\ngleam add gmysql\n```\n```gleam\nimport gmysql\nimport gleam/dynamic\n\npub fn main() {\n  let assert Ok(connection) = gmysql.connect(gmysql.default_config())\n  gmysql.query(\n    connection,\n    \"SELECT * FROM users WHERE id = ?;\",\n    [gmysql.to_param(\"user_id\")],\n    1000,\n    dynamic.tuple3(dynamic.string, dynamic.string, dynamic.string)\n  )\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/gmysql\u003e.\n\n## Development\n\n```sh\ngleam run   # Run the project\ngleam test  # Run the tests\ngleam shell # Run an Erlang shell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvioletbuse%2Fgmysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvioletbuse%2Fgmysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvioletbuse%2Fgmysql/lists"}