SwitchQL is a tool that generates code out of your database schema. Whether you are developing a frontend or backend, you can utilize SwitchQL to generate output from your database schema (resolver/query/mutation).
We currently support and maintain plugins for generated GraphQL code for these languages
- Javascript
Against these database providers
- Postgres
- MySQL (Coming Soon!)
Feel free to open issues and pull requests. We always welcome support from the community.
To run this project locally:
- Clone the dev repo using
git clone - Install the dependencies
npm install - Run
npm startto start the webpack server and electron application - Run
npm testto make sure everything works before you make a PR
