0
I Use This!
Very Low Activity
Analyzed about 7 hours ago. based on code collected about 7 hours ago.

Project Summary

Loading data into PostgreSQL

pgloader is a data loading tool for PostgreSQL, using the COPY command.

Its main avantage over just using COPY or \copy and over using a Foreign Data Wrapper is the transaction behaviour, where pgloader will keep a separate file of rejected data and continue trying to copy good data in your database.

The default PostgreSQL behaviour is transactional, which means that any erroneous line in the input data (file or remote database) will stop the bulk load for the whole table.

pgloader also implements data reformating, the main example of that being a transformation from MySQL dates 0000-00-00 and 0000-00-00 00:00:00 to PostgreSQL NULL value (because our calendar never had a year zero).

Tags

copy csv data database dbf geolite import load loading migration mysql postgresql sqlite sqlloader

Badges

Quick Reference

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    you can embed statistics from Open Hub on your site
  • ...
    55% of companies leverage OSS for production infrastructure
  • ...
    you can subscribe to e-mail newsletters to receive update from the Open Hub blog
About Project Security

Languages

SQL
61%
Lisp
37%
5 Other
2%

30 Day Summary

Nov 19 2025 — Dec 19 2025

12 Month Summary

Dec 19 2024 — Dec 19 2025
  • 3 Commits
    Down -2 (40%) from previous 12 months
  • 2 Contributors
    Down 0 (0%) from previous 12 months