Skip to main content
Solved

How to extract the database diagram design from Airtable base

  • November 8, 2020
  • 3 replies
  • 140 views

Forum|alt.badge.img

Hey,
I wonder how can I see or extract the database diagram of my base that I built here in Airtable.
I there an easy way to do that?

(the alternative hard way is to edit something in an external tool like https://dbdiagram.io/d)

Regards.

Best answer by Justin_Barrett

Welcome to the community, @Yanir_Marmor! :grinning_face_with_big_eyes: What you’re looking for is called the base schema. Unfortunately there’s currently no way (that I’m aware of) to extract the schema, but you can visualize it using the Base Schema app. More on that here:

View original
Did this topic help you find an answer to your question?

3 replies

Justin_Barrett
Forum|alt.badge.img+20
  • Inspiring
  • 4647 replies
  • Answer
  • November 8, 2020

Welcome to the community, @Yanir_Marmor! :grinning_face_with_big_eyes: What you’re looking for is called the base schema. Unfortunately there’s currently no way (that I’m aware of) to extract the schema, but you can visualize it using the Base Schema app. More on that here:


ScottWorld
Forum|alt.badge.img+33
  • Brainy
  • 8858 replies
  • November 8, 2020

@Yanir_Marmor You may also want to check out this product:


Forum|alt.badge.img+8
  • Known Participant
  • 32 replies
  • April 9, 2025

You can get the schema in json format if you would like: https://airtable.com/developers/web/api/get-base-schema

 

Just open up a terminal in a vscode or cursor. add the -o filename flag so you can save the json.


Reply