sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.53k stars 724 forks source link

Want to have SQL import and export function #647

Closed YangLiuMZ closed 1 year ago

YangLiuMZ commented 1 year ago

Want to have SQL import and export function

sosedoff commented 1 year ago

SQL export for table objects and the entire database already exists: use right click on table/db name on the sidebar. Importing SQL? You can do that via psql, i'm not sure why you'd need pgweb to do that for you.