{"id":19986397,"url":"https://github.com/sourcec0de/mysql-api","last_synced_at":"2026-06-11T05:31:44.706Z","repository":{"id":11874888,"uuid":"14435492","full_name":"sourcec0de/mysql-api","owner":"sourcec0de","description":"a very basic mysql proxy api","archived":false,"fork":false,"pushed_at":"2013-11-15T23:26:38.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-15T03:21:06.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/sourcec0de.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}},"created_at":"2013-11-15T21:23:44.000Z","updated_at":"2013-11-15T23:26:38.000Z","dependencies_parsed_at":"2022-09-19T11:41:29.097Z","dependency_job_id":null,"html_url":"https://github.com/sourcec0de/mysql-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fmysql-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fmysql-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fmysql-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fmysql-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcec0de","download_url":"https://codeload.github.com/sourcec0de/mysql-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241420122,"owners_count":19960033,"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-11-13T04:29:01.751Z","updated_at":"2026-06-11T05:31:44.690Z","avatar_url":"https://github.com/sourcec0de.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL-API\n\nThis is a very simple mysql api server.\n\nThere is one endpoint.\n\nPOST /exec\n\nSend plain text as the request body.\nThis allows you to write complex SQL and send it as a post request.\n\n\nConnect to your server by modifying `controllers/index.js`\n- `host`\n- `port`\n- `user`\n- `password`\n- `database`\n\n\nstart the application with\n`npm install`\n`nodemon app.js` or `node app.js`\n\nsend `POST` to http://localhost:3000/exec\n\n\n#### Example Curl\n```shell\n\ncurl -XPOST http://localhost:3000/exec -d'\n    SELECT * FROM tags\n'\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcec0de%2Fmysql-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourcec0de%2Fmysql-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcec0de%2Fmysql-api/lists"}