{"id":16192815,"url":"https://github.com/cube2222/octosql-plugin-mysql","last_synced_at":"2025-06-21T06:04:15.179Z","repository":{"id":44582340,"uuid":"441247063","full_name":"cube2222/octosql-plugin-mysql","owner":"cube2222","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-25T21:06:35.000Z","size":98,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-19T12:14:30.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cube2222.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":"2021-12-23T17:09:25.000Z","updated_at":"2022-11-26T21:22:30.000Z","dependencies_parsed_at":"2024-06-20T22:08:14.211Z","dependency_job_id":null,"html_url":"https://github.com/cube2222/octosql-plugin-mysql","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"06c7541dc75662d28e240e363b048975e1140c3c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cube2222/octosql-plugin-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube2222%2Foctosql-plugin-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube2222%2Foctosql-plugin-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube2222%2Foctosql-plugin-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube2222%2Foctosql-plugin-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cube2222","download_url":"https://codeload.github.com/cube2222/octosql-plugin-mysql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cube2222%2Foctosql-plugin-mysql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261073297,"owners_count":23105637,"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-10T08:12:38.291Z","updated_at":"2025-06-21T06:04:10.167Z","avatar_url":"https://github.com/cube2222.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OctoSQL MySQL Plugin\n\nThis plugin adds MySQL support to OctoSQL.\n\n## Installation\n\n```\noctosql plugin install mysql\n```\n\n## Configuration\n\nThe available configuration variables are:\n- host\n- port\n- user\n- password\n- database\n\nAn example octosql.yml file would be:\n```yaml\ndatabases:\n  - name: mydb\n    type: mysql\n    config:\n      host: localhost\n      port: 3306\n      database: mydatabase\n      user: myuser\n      password: mypassword\n```\n\n## Usage\n\nAfter configuring a database as described above you can use tables from the configured database in your OctoSQL queries:\n```\noctosql \"SELECT * FROM mydb.mytable\" --describe\noctosql \"SELECT COUNT(*) FROM mydb.mytable\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcube2222%2Foctosql-plugin-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcube2222%2Foctosql-plugin-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcube2222%2Foctosql-plugin-mysql/lists"}