activerecord-import
Bulk inserter
A library to bulk insert data into databases using ActiveRecord in an efficient manner.
A library for bulk insertion of data into your database using ActiveRecord.
4k stars
43 watching
617 forks
Language: Ruby
last commit: about 1 month ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pardom-zz/activeandroid | An active record style ORM for Android that simplifies the process of interacting with SQLite databases. | 4,698 |
magicalpanda/magicalrecord | Simplifies data fetching in Core Data using an object-oriented approach inspired by Ruby on Rails' Active Record pattern. | 10,793 |
jamis/bulk_insert | A Ruby class method to efficiently insert multiple rows into an Active Record model at once. | 819 |
seamusabshere/data_miner | A Ruby library that automates the process of importing various file formats into ActiveRecord models | 302 |
nullobject/rein | Adds support for defining database constraints in ActiveRecord migrations without writing custom SQL. | 670 |
janko/sequel-activerecord_connection | An extension to Sequel that allows reusing an existing Active Record connection for database interaction. | 138 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,325 |
databasecleaner/database_cleaner-active_record | Tools for cleaning databases using ActiveRecord | 65 |
twopoint718/reactive_record | A tool that automatically generates ActiveRecord models from an existing Postgres database. | 133 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
sinatra-activerecord/sinatra-activerecord | An extension of the Sinatra web framework that integrates with ActiveRecord for database operations. | 733 |
rails-sqlserver/activerecord-sqlserver-adapter | An adapter for connecting Ruby on Rails to Microsoft SQL Server | 973 |
appoxy/simple_record | An ActiveRecord-like interface for interacting with SimpleDB | 129 |
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 361 |
scenic-views/scenic | A Rails gem that simplifies the creation and management of versioned database views. | 3,458 |