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 . की आवश्यकता है gem sqlit3 . के बजाय postgresql अनुकूलक के लिए



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. ActiveRecord - प्रत्येक समूह से पहले रिकॉर्ड का चयन करें

  2. हरोकू पर सिनात्रा/हैमल/डेटामैपर के साथ त्रुटि पोस्ट करता है

  3. sqlalchemy कोर में फ़ंक्शन कॉल से कॉलम का चयन करें

  4. PostgreSQL:डिफ़ॉल्ट बाधा नाम

  5. पोस्टग्रेज़ डेटाबेस तालिका में नई पंक्ति सम्मिलित नहीं कर सकते?