Skip to content

BulkInsert, is a way to do builk insertions and updates of ActiveRecord data

License

Notifications You must be signed in to change notification settings

MaherSaif/bulk_insert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BulkInsert
==========

Use MySQL's "INSERT INTO...ON DUPLICATE KEY UPDATE" to do bulk insertions
and updates of ActiveRecord data.

I was using similar functionality from the ar_extensions plugin, but that
kept causing upgrade problems, and I don't need everything else it does.


Copyright (c) 2009 Peter Yandell, released under the MIT license

About

BulkInsert, is a way to do builk insertions and updates of ActiveRecord data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published