Skip to content

michaelyta/neverblock-postgresql-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation and Usage
======================

1. First, you need to get pg :
      sudo gem install pg

2. Then, get the mysql neverblock adapter : 
      sudo gem install michaelyta-neverblock-postgresql-adapter -s http://gems.github.com

3. Finally, update config/database.yml :
      production:
          adapter:  neverblock_postgresql
          database: myapp_production
          username: root
          password:  
          host: localhost
          pool: 6

And you are done, this will work seamlessly, no need to update any application code.

About

A new postgresql asyncronous connection adapter for active_record using neverblock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages