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.
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.
sql-ts docs OR Docs
Generated using TypeDoc