Sha256: d0c7e02e5900135115af2019547d1c4d22a930126bfbd755940fc5ffc622625b
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
# How to run csv_fast_importer gem? - Start local PostgreSQL database - Check connection settings in `config/database.yml` - Setup database environement: ```bash bundle exec rake db:setup ``` - Execute `csv_fast_importer` rake task: ```bash bundle exec rake csv_fast_importe ``` - Verify following output: ``` 2 knights imported. ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
csv_fast_importer-1.1.0 | sample-app/README.md |
csv_fast_importer-1.0.0 | sample-app/README.md |