Skip to content

Devzstudio/SQL-to-Graphql-Schema-Generator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SQL to Graphql Schema Generator

⚛️ Generate GraphQL Scheme Online From SQL Query

SQL to Graphql Schema Generator

Check live on https://sql-to-graphql.now.sh/

Made with ❤️ by Twitter Follow Twitter Follow

✨ Features

  • Convert SQL Table To GraphQL Schema

  • Copy Generated Code to Clipboard

  • Dark Mode

🗒 Docs

  • Paste SQL Query example.
CREATE TABLE `users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(225) NOT NULL,
  `password` varchar(225) NOT NULL,
  `email` varchar(225) NOT NULL,
  `avatar` varchar(225) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
  • Click on the Run Button

🔌 Usage

git clone https://github.com/Devzstudio/SQL-to-Graphql-Schema-Generator.git
  • Install dependencies and start
npm install
npm run dev

🛣 ToDo

  • Add Keyboard Shortcut for Paste and Copy

🤝 Contributing

Contributions, issues and feature requests are welcome! 😍

Show your support

Give a ⭐️ if this project helped you! 🥰