Skip to main content

Base Schema

  • November 28, 2023
  • 5 replies
  • 123 views

stevendasilva
Forum|alt.badge.img+9

Hello there, 

Does anyone know how to export from base schema? 

I want a snapshot image thats clear to show elsewhere. 

 

5 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • November 29, 2023

I think that On2Air Backups is working on this for a future update — you may want to ask them about it.


stevendasilva
Forum|alt.badge.img+9
  • Author
  • Inspiring
  • November 29, 2023

Thanks Scott! @ScottWorld 


xcatena
Forum|alt.badge.img+3
  • Participating Frequently
  • September 5, 2025

I’ve built something that takes snapshots of your schema and also lets you export the schema in Markdown or JSON if you ever want to keep records or feed it to an AI chatbot/LLM to codevelop with:

AirDiff: https://airdiff.modernstack.io/product ​@stevendasilva 


Mike_AutomaticN
Forum|alt.badge.img+28

Hey ​@stevendasilva,

You might also want to check out n8n. You will absolutely not not get the nice visuals shown on the Base Schema extension, however you can still get the corresponding json with their Get base schema node.

 

 
Mike, Consultant @ Automatic Nation 
YouTube Channel


Martin_Malinda
Forum|alt.badge.img+12
  • Known Participant
  • September 6, 2025

In any scripting block you should be able to do 
 

output.text(JSON.stringify(base.tables))