Y
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
garyclarke27
2778 days ago
Yes Also trivially easy and lightning fast to import csv to table using copy command in Postgres.
link