Hacker News new | ask | show | jobs
by ashrk 2778 days ago
Looks like PostgreSQL has a foreign data wrapper for CSV.

https://wiki.postgresql.org/wiki/Foreign_data_wrappers

In fact, seems it has several.

1 comments

Yes Also trivially easy and lightning fast to import csv to table using copy command in Postgres.