gatsby-source-sqlite

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

A Gatsby source plugin that pulls data from a SQLite database file into Gatsby's GraphQL layer. Version 1.0.0 stable. It supports multiple queries, joins (one-to-one, one-to-many), and remote image downloading for processing with gatsby-plugin-sharp. The plugin requires gatsby >2.0.0 and gatsby-source-filesystem >2.0.0 as peer dependencies. It is a fork of gatsby-source-mysql, modified to use SQLite. Key differentiators: simple configuration, direct SQL queries, and built-in relationship mapping.