PostgreSQL
 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 за postgresql адаптер вместо gem sqlit3



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Postgresql ограничение от N групи

  2. http://localhost/phppgadmin/ -> 403 Забранено

  3. Преобразуване на заявки SELECT DISTINCT ON от Postgresql в MySQL

  4. Коя е най-добрата SQL библиотека за използване в Common Lisp?

  5. Как мога да анализирам JSON масиви в postgresql?