PostgreSQL
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> PostgreSQL

Làm thế nào để cấu hình Postgresql với dự án rails?

Bạn đã đặt mật khẩu cho postgres của mình chưa người dùng?

Trong config/database.yml của bạn bạn nên thiết lập cơ sở dữ liệu của mình đúng cách:

development:
  adapter: postgresql
  encoding: unicode
  database: your_app_development # name your development app something
  host: localhost
  pool: 5
  username: your_username
  password: your_password # or leave blank if you didn't set a password

test:
  adapter: postgresql
  encoding: unicode
  database: your_app_test
  host: localhost
  pool: 5
  username: your_username
  password: your_password



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Triển khai thiết lập đa trung tâm dữ liệu cho PostgreSQL - Phần thứ hai

  2. foreach% dopar% + RPostgreSQL

  3. Ngủ đông. PSQLException:giá trị không hợp lệ cho kiểu int:admin

  4. Làm cách nào để chèn vào bảng giá trị từ hai mảng trong Postgres?

  5. Sử dụng Postgresql với Grails:Thiếu chuỗi hoặc bảng:hibernate_sequence