upsert 2.9.9-universal-java-11
Make it easy to upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates merge functions for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.
          Gemfile:
          =
        
        
          instalar:
          =
        
      dependencias de Development (17):
            activerecord
            ~> 5
          
          
            activerecord-import
            ~> 1
          
          
          
            faker
            >= 0
          
          
            jdbc-mysql
            >= 0
          
          
            jdbc-postgres
            >= 0
          
          
            jdbc-sqlite3
            >= 0
          
          
            jruby-openssl
            >= 0
          
          
            pg-hstore
            >= 1.1.3
          
          
            pry
            >= 0
          
          
            pry-nav
            >= 0
          
          
            rake
            ~> 10
          
          
            rspec-core
            >= 0
          
          
            rspec-expectations
            >= 0
          
          
            rspec-mocks
            >= 0
          
          
            sequel
            >= 0
          
          
            yard
            >= 0
          
    
