Anyone know if there is a way to share the schema of my supabase table. For context I have a DB created for an open source project and want to easy share context for the structure of the db without granting access to my DB directly. The end goal is to include context in docs.
s
silentworks
01/11/2022, 10:16 PM
You can use a postgres client to export the database schema, I normally use migrations to create my schemas so its easier to share my projects with others.