forked from michaelyta/neverblock-mysql-adapter
-
Notifications
You must be signed in to change notification settings - Fork 1
A new mysql asyncronous connection adapter for active_record using neverblock
oldmoe/neverblock-mysql-adapter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Installation and Usage
======================
1. First, you need to get mysqlplus :
sudo gem install mysqlplus
2. Then, get the mysql neverblock adapter :
sudo gem install michaelyta-neverblock-mysql-adapter -s http://gems.github.com
3. Finally, update config/database.yml :
production:
adapter: neverblock_mysql
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 mysql asyncronous connection adapter for active_record using neverblock
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published