aboutsummaryrefslogtreecommitdiff
path: root/databases/pgloader3
Commit message (Collapse)AuthorAgeFilesLines
* Correction to r473019: Revert the unintended change to the 'Created by' headers.Yuri Victorovich2018-06-221-1/+1
| | | | Notes: svn path=/head/; revision=473023
* Reset MAINTAINER on ports maintained by amutu@amutu.comYuri Victorovich2018-06-221-2/+2
| | | | | | | | | | | Based on the new policy of all maintained ports reset when maintaner is absent for 3 months. Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months). portscout database indicates that 48.94% of his ports aren't updated. Notes: svn path=/head/; revision=473019
* New port: databases/pgloader3Torsten Zuehlsdorff2017-08-075-0/+108
Pgloader loads data into PostgreSQL using the COPY streaming protocol,and doing so with separate threads for reading and writing data.Asynchronous IO,compiled to the metal programming language. pgloader knows how to read data from MySQL,SQLite or dBase databases,and knows how to discover the schema and properly cast data types over.It also knows how to read CSV files in several definitions of CSV,and fixed columns files. WWW: http://pgloader.io PR: 219165 Submitted by: Jov <amutu@amutu.com> Notes: svn path=/head/; revision=447494