{"id":22783138,"url":"https://github.com/frontmage/pymysql","last_synced_at":"2026-05-08T08:03:06.822Z","repository":{"id":81860456,"uuid":"165017863","full_name":"FrontMage/pymysql","owner":"FrontMage","description":"Turn mysql into REST apis","archived":false,"fork":false,"pushed_at":"2019-01-10T09:41:31.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T15:13:44.456Z","etag":null,"topics":["flask","mysql","python","rest-api"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/FrontMage.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":"2019-01-10T08:08:17.000Z","updated_at":"2019-01-10T09:41:32.000Z","dependencies_parsed_at":"2023-04-23T09:14:30.820Z","dependency_job_id":null,"html_url":"https://github.com/FrontMage/pymysql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FrontMage/pymysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fpymysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fpymysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fpymysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fpymysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrontMage","download_url":"https://codeload.github.com/FrontMage/pymysql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fpymysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32772048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: 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":["flask","mysql","python","rest-api"],"created_at":"2024-12-11T22:07:08.229Z","updated_at":"2026-05-08T08:03:06.798Z","avatar_url":"https://github.com/FrontMage.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Flask based mysql to REST transformer\n\n### Install\n\nRequires anaconda\n\n```bash\n$ conda env create -f pymysql.yml\n```\n\n### Deploy\n\n`CFG_PATH='path to mysql.json' gunicorn -w 4 -b 127.0.0.1:5000 main:app`\n\n`mysql.json`\n\n```json\n{\n  \"host\": \"\",\n  \"port\": 3306,\n  \"user\": \"root\",\n  \"password\": \"\",\n  \"db\": \"\"\n}\n```\n\n#### Dev\n\n```bash\n$ ./start_dev.sh\n```\n\n#### API\n\n`GET /\u003ctable_name\u003e/\u003cfield\u003e/\u003cfield_val\u003e/\u003climit\u003e/\u003cfields_to_get\u003e`\n\nWhere \u003cfields_to_get\u003e is like `field1,field2,field3`\n\n\u003e POST\n\u003e PUT\n\u003e DELETE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontmage%2Fpymysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontmage%2Fpymysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontmage%2Fpymysql/lists"}