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

Cài đặt PostgreSQL trên Ubuntu cho Ruby on Rails

Đây là các bước tôi đã làm theo:

Cài đặt PostgreSQL và gói phát triển

$ sudo apt-get install postgresql
$ sudo apt-get install libpq-dev

Thiết lập người dùng giống với thông tin đăng nhập Ubuntu của tôi

$ sudo su postgres -c psql
postgres=# CREATE ROLE <username> SUPERUSER LOGIN;
postgres=# \q

Sửa đổi Gemfile

# Remove gem 'sqlite3'
gem 'pg'

Sửa đổi database.yml trong thư mục ứng dụng

development:
  adapter: postgresql
  encoding: unicode
  database: appname_development
  pool: 5
  timeout: 5000
  username: <username>
  password:

test:
  adapter: postgresql
  encoding: unicode
  database: appname_test
  pool: 5
  timeout: 5000
  username: <username>
  password:

Chạy cài đặt gói

$ bundle install

Tạo cơ sở dữ liệu và di chuyển

$ rake db:create:all
$ rake db:migrate

Đây là các nguồn tôi đã sử dụng để trợ giúp:
http://mrfrosti.com/2011/11/postgresql-for-ruby-on-rails-on-ubuntu/
http://railscasts.com / episode / 342-migrating-to-postgresql
https://devcenter.heroku.com/articles/local-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. Gấu trúc ghi khung dữ liệu vào lược đồ postgresql khác

  2. Tính toán và tiết kiệm dung lượng trong PostgreSQL

  3. Tạo đối tượng `DataSource` cho Postgres JDBC, theo chương trình

  4. Hiển thị các kết quả đã chọn theo chiều dọc trong psql, như được thực hiện bởi MySQL's \ G

  5. Số sê-ri trên mỗi nhóm hàng cho khóa ghép