{"library":"gatsby-source-notion-database","type":"library","category":null,"description":"A Gatsby source plugin that loads data from Notion databases into Gatsby's GraphQL layer. Version 0.6.9 is the latest stable release; the project has low release cadence (last update in 2021). It supports multiple database sources, optional caching (static vs dynamic), and automatically resolves relation properties. Compared to alternatives like gatsby-source-notion, this plugin offers a simpler configuration and direct table URL input, but has not been actively maintained and may lack support for newer Notion API changes.","language":"javascript","status":"maintenance","version":"0.6.9","tags":["javascript"],"last_verified":"Fri May 01","install":[{"cmd":"npm install gatsby-source-notion-database","imports":["module.exports = { plugins: [{ resolve: `gatsby-source-notion-database`, options: { sourceConfig: [...] } }] }","query { allPosts { nodes { name } } }","import { useStaticQuery, graphql } from 'gatsby'; const data = useStaticQuery(graphql`{ allBooks { nodes { ... } } }`)"]},{"cmd":"yarn add gatsby-source-notion-database","imports":[]},{"cmd":"pnpm add gatsby-source-notion-database","imports":[]}],"homepage":null,"github":"https://github.com/mayneyao/gatsby-source-notion-database","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gatsby-source-notion-database","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}