{"id":14976111,"url":"https://github.com/devzstudio/sql-to-graphql-schema-generator","last_synced_at":"2025-10-27T18:30:17.086Z","repository":{"id":37909512,"uuid":"216869327","full_name":"Devzstudio/SQL-to-Graphql-Schema-Generator","owner":"Devzstudio","description":"⚛️ Generate GraphQL Scheme Online From SQL Query - https://sql-to-graphql.now.sh/","archived":false,"fork":false,"pushed_at":"2023-01-05T16:21:14.000Z","size":1894,"stargazers_count":87,"open_issues_count":16,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T11:11:13.679Z","etag":null,"topics":["graphql","graphql-schema","graphql-schema-generator","graphql-scheme-online","hacktoberfest","javascript","reactjs","sql","sql-graphql","sql-query","sqlconverter"],"latest_commit_sha":null,"homepage":"","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/Devzstudio.png","metadata":{"files":{"readme":"READMe.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://sendacoin.to/devzstudio"]}},"created_at":"2019-10-22T17:17:32.000Z","updated_at":"2024-11-05T13:09:33.000Z","dependencies_parsed_at":"2023-02-04T06:46:04.582Z","dependency_job_id":null,"html_url":"https://github.com/Devzstudio/SQL-to-Graphql-Schema-Generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Devzstudio/SQL-to-Graphql-Schema-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Graphql-Schema-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Graphql-Schema-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Graphql-Schema-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Graphql-Schema-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devzstudio","download_url":"https://codeload.github.com/Devzstudio/SQL-to-Graphql-Schema-Generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Graphql-Schema-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281319609,"owners_count":26481035,"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-27T02:00:05.855Z","response_time":61,"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":["graphql","graphql-schema","graphql-schema-generator","graphql-scheme-online","hacktoberfest","javascript","reactjs","sql","sql-graphql","sql-query","sqlconverter"],"created_at":"2024-09-24T13:53:19.353Z","updated_at":"2025-10-27T18:30:16.787Z","avatar_url":"https://github.com/Devzstudio.png","language":"JavaScript","readme":"# SQL to Graphql Schema Generator\n\n⚛️ Generate GraphQL Scheme Online From SQL Query\n\n[![SQL to Graphql Schema Generator](https://github.com/Devzstudio/SQL-to-Graphql-Schema-Generator/blob/master/preview.png?raw=true 'SQL to Graphql Schema Generator')]()\n\nCheck live on https://sql-to-graphql.now.sh/\n\n \u003cp align=\"center\"\u003e\n   Made with ❤️ by \u003ca href=\"https://twitter.com/jp1016v1\"\u003e\u003cimg alt=\"Twitter Follow\" src=\"https://img.shields.io/twitter/follow/jp1016v1?style=social\"\u003e\u003c/a\u003e\n\u003ca href=\"https://twitter.com/PJijin\"\u003e\u003cimg alt=\"Twitter Follow\" src=\"https://img.shields.io/twitter/follow/PJijin?style=social\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\n## ✨ Features\n\n-   Convert SQL Table To GraphQL Schema\n\n-   Copy Generated Code to Clipboard\n\n-   Dark Mode\n\n## 🗒 Docs\n\n-   Paste SQL Query example.\n\n```\nCREATE TABLE `users` (\n  `id` int(11) NOT NULL AUTO_INCREMENT,\n  `username` varchar(225) NOT NULL,\n  `password` varchar(225) NOT NULL,\n  `email` varchar(225) NOT NULL,\n  `avatar` varchar(225) NOT NULL,\n  PRIMARY KEY (`id`),\n  UNIQUE KEY `url` (`url`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;\n```\n\n-   Click on the Run Button\n\n## 🔌 Usage\n\n-   Try Online : https://sql-to-graphql.now.sh/\n\n-   Or Clone the repo\n\n```\ngit clone https://github.com/Devzstudio/SQL-to-Graphql-Schema-Generator.git\n```\n\n-   Install dependencies and start\n\n```\nnpm install\n```\n\n```\nnpm run dev\n```\n\n## 🛣 ToDo\n\n-   Add Keyboard Shortcut for Paste and Copy\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome! 😍\n\n## Show your support\n\nGive a ⭐️ if this project helped you! 🥰\n","funding_links":["https://sendacoin.to/devzstudio"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzstudio%2Fsql-to-graphql-schema-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevzstudio%2Fsql-to-graphql-schema-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzstudio%2Fsql-to-graphql-schema-generator/lists"}