{"id":20331245,"url":"https://github.com/devzstudio/sql-to-prisma-schema-generator","last_synced_at":"2025-06-10T13:35:59.034Z","repository":{"id":104265499,"uuid":"307157920","full_name":"Devzstudio/SQL-to-Prisma-Schema-Generator","owner":"Devzstudio","description":"⚛️ Generate Prisma Scheme Online From SQL Query - https://sql-to-prisma.vercel.app/","archived":false,"fork":false,"pushed_at":"2021-07-05T07:06:31.000Z","size":694,"stargazers_count":39,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-11T21:08:14.957Z","etag":null,"topics":["hacktoberfest","hacktoberfest2020","prisma","prisma-schema","prisma2","schema","schema-generator"],"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://sendacoin.to/devzstudio"]}},"created_at":"2020-10-25T17:50:40.000Z","updated_at":"2024-12-13T03:35:34.000Z","dependencies_parsed_at":"2023-03-22T11:49:41.824Z","dependency_job_id":null,"html_url":"https://github.com/Devzstudio/SQL-to-Prisma-Schema-Generator","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/Devzstudio%2FSQL-to-Prisma-Schema-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Prisma-Schema-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Prisma-Schema-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Prisma-Schema-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devzstudio","download_url":"https://codeload.github.com/Devzstudio/SQL-to-Prisma-Schema-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devzstudio%2FSQL-to-Prisma-Schema-Generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259085469,"owners_count":22803207,"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":["hacktoberfest","hacktoberfest2020","prisma","prisma-schema","prisma2","schema","schema-generator"],"created_at":"2024-11-14T20:19:22.865Z","updated_at":"2025-06-10T13:35:59.003Z","avatar_url":"https://github.com/Devzstudio.png","language":"JavaScript","funding_links":["https://sendacoin.to/devzstudio"],"categories":[],"sub_categories":[],"readme":"# SQL to Prisma Schema Generator\n\n⚛️ Generate Prisma Scheme Online From SQL Query\n\n[![SQL to Prisma Schema Generator](https://github.com/Devzstudio/SQL-to-Prisma-Schema-Generator/blob/main/preview.png?raw=true 'SQL to Prisma Schema Generator')]()\n\nCheck live on https://sql-to-prisma.vercel.app/\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 Prisma 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-prisma.vercel.app/\n\n-   Or Clone the repo\n\n```\ngit clone https://github.com/Devzstudio/SQL-to-Prisma-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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzstudio%2Fsql-to-prisma-schema-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevzstudio%2Fsql-to-prisma-schema-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzstudio%2Fsql-to-prisma-schema-generator/lists"}