Browse sources$ls -a sources
Logo of notion
Notion
Enrich your user experience with knowledge from their Notion pages
Sync your customers' dataFiber pulls data from your customers' Notion accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of notion
Logo of notion
Logo of notion
Logo of notion
Logo of notion
Logo of notion
Logo of notion
Logo of notion
Logo of notion
Logo of notion
Fiber
postgres-prod
notion_databases
Your customers' Notion accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Notion API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Databases belonging to the Notion
-- account of a particular user.

SELECT *
FROM fiber.notion_database
WHERE account_id = '{user.notion_id}'
-- Fetch all the Databases belonging to the Notion
-- account of a particular user.

SELECT *
FROM fiber.notion_database
WHERE account_id = '{user.notion_id}'
Code
CREATE TABLE fiber.notion_database (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,

)
CREATE TABLE fiber.notion_database (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,

)
Model definition
About this source
Logo of notion
NotionAll-in-one workspace for notes, tasks, wikis, and databases.notion.com  ↗
Available resources
    Databases
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Notion?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Notion and over 200 other APIs. Setup and deploy within minutes.
Logo of notionIntegrate Notion using Fiber Fiber makes it easy to access third-party data from Notion accounts. Get started in just a few minutes.