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
618 forks
Language: Ruby
last commit: 5 days 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 | Automates data import from various file formats into Active Record 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. | 137 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
databasecleaner/database_cleaner-active_record | Tools for cleaning databases using ActiveRecord | 63 |
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 | A Ruby library that enables Rails applications to interact with Microsoft SQL Server databases. | 974 |
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. | 360 |
scenic-views/scenic | A Rails gem that simplifies the creation and management of versioned database views. | 3,446 |