summaryrefslogtreecommitdiff
path: root/databases/pgloader3/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* allow pgloader3 to build on 32bit platformsChristoph Moench-Tegeder2021-02-241-3/+17
| | | | | | | | | | | guess if we're on a 32bit platform and set a reduced DYNSIZE - else sbcl may hit it's adress space limits. PR: 253766 Submitted by: maintainer Notes: svn path=/head/; revision=566509
* pgloader3: unbreak and update to 3.6.2Christoph Moench-Tegeder2021-02-202-30/+12
| | | | | | | | | | submitter becomes maintainer PR: 252716 Submitted by: Mario Duhanic Notes: svn path=/head/; revision=566189
* New port: databases/pgloader3Torsten Zuehlsdorff2017-08-072-0/+49
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