0.1.4 • Published 3 years ago

sql-type-graphql v0.1.4

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

A simple command line tool to generate Graphql schema from SQL database schemas.

A simple command line tool to generate Graphql Type-Graphql .ts files and Types, Query and Mutations from SQL database schemas.

Supports the following databases: MySQL, Microsoft SQL Server, SQLite and PostgreSQL.

How to use

npx sql-type-graphql -c ./config.json

It will create a folder and generate a file for each table based on DB schema.

It respects nullable and required fields.

Config file options

sql-ts docs OR Docs

Credits:

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago