gatsby-source-mysql

JSON →
library 2.2.3 ·javascript
verified Jun 5, 2026

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.