All Projects → Devzstudio → Sql To Graphql Schema Generator

Devzstudio / Sql To Graphql Schema Generator

⚛️ Generate GraphQL Scheme Online From SQL Query - https://sql-to-graphql.now.sh/

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sql To Graphql Schema Generator

Graphql Live Query
Realtime GraphQL Live Queries with JavaScript
Stars: ✭ 112 (+250%)
Mutual labels:  graphql, hacktoberfest, graphql-schema
Join Monster
A GraphQL to SQL query execution layer for query planning and batch data fetching.
Stars: ✭ 2,395 (+7384.38%)
Mutual labels:  graphql, sql, sql-query
Strawberry
A new GraphQL library for Python 🍓
Stars: ✭ 891 (+2684.38%)
Mutual labels:  graphql, hacktoberfest, graphql-schema
Fullstack Graphql
🌈 Simple Fullstack GraphQL Application. API built with Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux to access the API. Written in ES6 using Babel + Webpack.
Stars: ✭ 955 (+2884.38%)
Mutual labels:  graphql, graphql-schema
Testing Nestjs
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
Stars: ✭ 685 (+2040.63%)
Mutual labels:  graphql, hacktoberfest
Offix
GraphQL Offline Client and Server
Stars: ✭ 694 (+2068.75%)
Mutual labels:  graphql, hacktoberfest
Learn Graphql
Real world GraphQL tutorials for frontend developers with deadlines!
Stars: ✭ 586 (+1731.25%)
Mutual labels:  graphql, hacktoberfest
Type Graphql
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
Stars: ✭ 6,864 (+21350%)
Mutual labels:  graphql, graphql-schema
Mercurius
Implement GraphQL servers and gateways with Fastify
Stars: ✭ 704 (+2100%)
Mutual labels:  graphql, hacktoberfest
Vscode Sqltools
Database management for VSCode
Stars: ✭ 741 (+2215.63%)
Mutual labels:  sql, sql-query
Schemathesis
A modern API testing tool for web applications built with Open API and GraphQL specifications.
Stars: ✭ 768 (+2300%)
Mutual labels:  graphql, hacktoberfest
Lucid
AdonisJS official SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
Stars: ✭ 613 (+1815.63%)
Mutual labels:  hacktoberfest, sql
Stash
An organizer for your porn, written in Go
Stars: ✭ 591 (+1746.88%)
Mutual labels:  graphql, hacktoberfest
Tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
Stars: ✭ 29,871 (+93246.88%)
Mutual labels:  hacktoberfest, sql
Graphqldesigner.com
A developer web-app tool to rapidly prototype a full stack implementation of GraphQL with React.
Stars: ✭ 587 (+1734.38%)
Mutual labels:  graphql, graphql-schema
Graphql
Pure PHP realization of GraphQL protocol
Stars: ✭ 717 (+2140.63%)
Mutual labels:  graphql, graphql-schema
Elide
Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort.
Stars: ✭ 766 (+2293.75%)
Mutual labels:  graphql, hacktoberfest
Graphql Code Generator
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
Stars: ✭ 7,993 (+24878.13%)
Mutual labels:  graphql, graphql-schema
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+1418.75%)
Mutual labels:  graphql, sql
Graphql Cost Analysis
A Graphql query cost analyzer.
Stars: ✭ 527 (+1546.88%)
Mutual labels:  graphql, graphql-schema

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! 🥰

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].