{"id":15599219,"url":"https://github.com/lejeanbono/cypress-mysql","last_synced_at":"2025-10-03T21:58:50.501Z","repository":{"id":37075269,"uuid":"453250286","full_name":"LeJeanbono/cypress-mysql","owner":"LeJeanbono","description":"Cypress plugin to easily request MySQL database","archived":false,"fork":false,"pushed_at":"2025-09-24T21:22:45.000Z","size":444,"stargazers_count":2,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-24T23:28:27.478Z","etag":null,"topics":["cypress","cypress-plugin","database","e2e","mysql","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/LeJeanbono.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-28T23:47:57.000Z","updated_at":"2024-12-18T19:51:51.000Z","dependencies_parsed_at":"2023-12-26T23:26:48.593Z","dependency_job_id":"7450ebb9-111a-4b07-9638-0ac1431f8551","html_url":"https://github.com/LeJeanbono/cypress-mysql","commit_stats":{"total_commits":86,"total_committers":5,"mean_commits":17.2,"dds":0.5697674418604651,"last_synced_commit":"78ea9866d276da89b655c160a9e64bad91917310"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/LeJeanbono/cypress-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeJeanbono%2Fcypress-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeJeanbono%2Fcypress-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeJeanbono%2Fcypress-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeJeanbono%2Fcypress-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeJeanbono","download_url":"https://codeload.github.com/LeJeanbono/cypress-mysql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeJeanbono%2Fcypress-mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278234033,"owners_count":25953075,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cypress","cypress-plugin","database","e2e","mysql","testing-tools"],"created_at":"2024-10-03T01:47:43.298Z","updated_at":"2025-10-03T21:58:50.466Z","avatar_url":"https://github.com/LeJeanbono.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cypress MySQL Plugin\n\n![build](https://github.com/LeJeanbono/cypress-mysql/actions/workflows/ci.yml/badge.svg)\n![cypress](https://img.shields.io/badge/Cypress-9.x-success)\n![mysql](https://img.shields.io/badge/MySQL-5.7-blue)\n\n## Query\n\n```javascript\ncy.query('SELECT * FROM myTable').then(datas =\u003e {\n    // array object\n})\n```\n\n```javascript\ncy.query\u003cMyObject\u003e('SELECT * FROM myTable').then(datas =\u003e {\n    // array MyObject\n})\n```\n\n## SELECT\n\n```javascript\n// SELECT * FROM myTable\ncy.selectAll({ table: 'myTable' }).then(datas =\u003e {\n    // array object\n})\n```\n\n```javascript\n// SELECT * FROM myTable\ncy.selectAll\u003cMyObject\u003e({ table: 'myTable' }).then(datas =\u003e {\n    // array MyObject\n})\n```\n\n## CREATE\n\n## DROP\n\n## DELETE\n\n## INSERT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flejeanbono%2Fcypress-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flejeanbono%2Fcypress-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flejeanbono%2Fcypress-mysql/lists"}