csv_fast_importer 1.2.0
A gem to import CSV files' content into a PostgreSQL or MySQL database. It is respectively based on PostgreSQL COPY and MySQL LOAD DATA INFILE which are designed to be as fast as possible.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
~> 4.2
Development Dependencies (14):
active_importer
>= 0
activerecord-import
>= 0
bulk_insert
>= 0
bundler
~> 1.10
csv-importer
>= 0
ferry
>= 0
mysql2
>= 0.4.0
pg
~> 0.21.0
rake
~> 10.0
rspec
>= 0
simplecov
>= 0
simplecov-lcov
>= 0
smarter_csv
>= 0
upsert
>= 0