PostgreSQL
 sql >> Teknologi Basis Data >  >> RDS >> PostgreSQL

menyapu dibatalkan! Permata::LoadError:Ditentukan 'postgresql' untuk adaptor database

Silakan ganti di bawah

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

oleh ini

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

Untuk pengembangan dan pengujian, Anda memerlukan gem pg untuk adaptor postgresql alih-alih 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. Terapkan prosedur pemicu tunggal ke banyak tabel yang berbeda

  2. Melewati param ke DB .execute untuk WHERE IN... INT list

  3. postgresql memperbarui beberapa tabel dalam satu permintaan

  4. Impor CSV PostgreSQL dari baris perintah

  5. JPA 2.1 StoredProcedureQuery dengan PostgreSQL dan REF_CURSORs