{"library":"gatsby-source-sqlite","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","gatsby","gatsby-plugin","sqlite"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install gatsby-source-sqlite","imports":["module.exports = { plugins: [{ resolve: 'gatsby-source-sqlite', options: { ... } }] }"]},{"cmd":"yarn add gatsby-source-sqlite","imports":[]},{"cmd":"pnpm add gatsby-source-sqlite","imports":[]}],"homepage":"https://github.com/phartenfeller/gatsby-source-sqlite#readme","github":"https://github.com/phartenfeller/gatsby-source-sqlite","docs":null,"changelog":null,"pypi":null,"npm":"gatsby-source-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}