You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2026. It is now read-only.
Currently, we have the option to export query results as JSON, CSV, and an Excel spreadsheet. In some scenarios, it would be useful to have an export as insert statements function. For example, seeding a production environment with static data from a staging environment; or, when you want to change the definition of a table but want to keep the data.
Currently, we have the option to export query results as JSON, CSV, and an Excel spreadsheet. In some scenarios, it would be useful to have an export as insert statements function. For example, seeding a production environment with static data from a staging environment; or, when you want to change the definition of a table but want to keep the data.