Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devzstudio/sql-to-graphql-schema-generator
⚛️ Generate GraphQL Scheme Online From SQL Query - https://sql-to-graphql.now.sh/
https://github.com/devzstudio/sql-to-graphql-schema-generator
graphql graphql-schema graphql-schema-generator graphql-scheme-online hacktoberfest javascript reactjs sql sql-graphql sql-query sqlconverter
Last synced: about 1 month ago
JSON representation
⚛️ Generate GraphQL Scheme Online From SQL Query - https://sql-to-graphql.now.sh/
- Host: GitHub
- URL: https://github.com/devzstudio/sql-to-graphql-schema-generator
- Owner: Devzstudio
- Created: 2019-10-22T17:17:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:21:14.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:20:32.838Z (about 1 month ago)
- Topics: graphql, graphql-schema, graphql-schema-generator, graphql-scheme-online, hacktoberfest, javascript, reactjs, sql, sql-graphql, sql-query, sqlconverter
- Language: JavaScript
- Homepage:
- Size: 1.81 MB
- Stars: 87
- Watchers: 5
- Forks: 6
- Open Issues: 16
-
Metadata Files:
- Readme: READMe.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# SQL to Graphql Schema Generator
⚛️ Generate GraphQL Scheme Online From SQL Query
[![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')]()
Check live on https://sql-to-graphql.now.sh/
## ✨ 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
- Try Online : https://sql-to-graphql.now.sh/
- Or Clone the repo
```
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! 🥰