{"library":"gatsby-source-mysql","type":"library","category":null,"description":"MySQL source plugin for Gatsby that allows pulling data from a MySQL database into Gatsby's GraphQL layer. Current stable version is 2.2.3. The plugin supports multiple queries, joins between tables (one-to-one and one-to-many), and remote image downloading for Gatsby image processing. It is specifically for Gatsby v2+ and requires gatsby-source-filesystem as a peer dependency. Compared to other database source plugins, it offers a straightforward configuration with SQL queries and automatic type generation.","language":"javascript","status":"active","version":"2.2.3","tags":["javascript","gatsby","gatsby-plugin","mysql"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install gatsby-source-mysql","imports":["// In gatsby-config.js, use require or import","// gatsby-config.js\n{\n  resolve: 'gatsby-source-mysql',\n  options: { ... }\n}"]},{"cmd":"yarn add gatsby-source-mysql","imports":[]},{"cmd":"pnpm add gatsby-source-mysql","imports":[]}],"homepage":"https://github.com/malcolm-kee/gatsby-source-mysql#readme","github":"https://github.com/malcolm-kee/gatsby-source-mysql","docs":null,"changelog":null,"pypi":null,"npm":"gatsby-source-mysql","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}