How to embed an entiere database in a web page like in the template section?

Hey all,

I saw that it’s possible to export a view of a database but I’m unable to find the link to the entire database like shown in the template section, for example here:

How to get the embed link of the database?
Thank you!

The embedded database is custom-built for the website.

Sharing the whole database like this is not possible at the moment. However, you could still share multiple views and insert them into a page via iframe (<iframe>: The Inline Frame element - HTML: HyperText Markup Language | MDN). Would this solve your problem?

1 Like