sosedoff / pgweb

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

upload csv/text for for a table #667

Closed lij55 closed 1 year ago

lij55 commented 1 year ago

postgres support 'copy table from STDIN' command which can be used to pipe a file uploaded from browser. could pgweb support such feature that allows to upload and insert data from csv file

sosedoff commented 1 year ago

Use the psql command instead. Pgweb does not provide any data manipulation features in its current state, so having a dedicated importing functionality does not really make sense.