sql >> データベース >  >> RDS >> PostgreSQL

レーキが中止されました! Gem ::LoadError:データベースアダプタに「postgresql」を指定しました

    以下を交換してください

    group :development, :test do
      # Call 'byebug' anywhere in the code to stop execution and get a debugger console
      gem 'byebug'
      gem 'sqlite3'
      # Access an IRB console on exception pages or by using <%= console %> in views
      gem 'web-console', '~> 2.0'
    
      # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
      gem 'spring'
    end
    

    これによって

    group :development, :test do
      # Call 'byebug' anywhere in the code to stop execution and get a debugger console
      gem 'byebug'
      gem 'pg'
      # Access an IRB console on exception pages or by using <%= console %> in views
      gem 'web-console', '~> 2.0'
    
      # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
      gem 'spring'
    end
    

    開発とテストには、gem pgが必要です。 gem sqlit3の代わりにpostgresqlアダプター用



    1. 結合ステートメントでカウントする方法

    2. XAMPPインストールでMySQLInnoDBストレージエンジンのサポートを有効にする

    3. MysqlselectクエリでのANDおよびOR演算子の優先度

    4. Hibernate:ネイティブの一括操作クエリを実行できませんでした