sql >> Database >  >> RDS >> PostgreSQL

hark afgebroken! Gem::LoadError:'postgresql' opgegeven voor database-adapter

Vervang de onderstaande

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

hierdoor

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

Voor ontwikkeling en testen heb je gem pg . nodig voor postgresql-adapter in plaats van gem sqlit3



  1. 2 manieren om in Oracle naar hoofdletters te converteren

  2. ORA-01427:subquery met één rij retourneert meer dan één rij

  3. Aangepaste waarden voor automatisch verhogen van MySQL

  4. mysql-fout 'TYPE=MijnISAM'