Add ability to import data from CSV file
There should be some way to import data from CSV files. It would create a new table and insert all the records from a single file.
I'm interested to help with this. Then, how could we determine type of the columns?
I dont think we need to determine the type, just insert everything as a varchar/text.
Nice. Will work on it ASAP
wating for this feature?
No, this features feels a bit outside of core responsibility for pgweb
Ok. But one thing...pgweb is one of the best open-source tools I am using. Thanks, mate
Yea i understand your point of view, but pgweb is mostly for exploring data, hence there's not even a way to edit rows. Maybe v1 will have that some day.
got it