Hello there,
Does anyone know how to export from base schema?
I want a snapshot image thats clear to show elsewhere.
Hello there,
Does anyone know how to export from base schema?
I want a snapshot image thats clear to show elsewhere.
I think that On2Air Backups is working on this for a future update — you may want to ask them about it.
Thanks Scott! @ScottWorld
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
Hey
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
In any scripting block you should be able to do
output.text(JSON.stringify(base.tables))
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.