Skip to main content

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.

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:



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



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