<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ Async MySQL driver for Ruby/EventMachine
   (c) 2008 Aman Gupta (tmm1)
 
 
-Requires mysqlplus and the EM.attach patch.
+Requires mysqlplus.
 
   require 'em/mysql'
 
@@ -25,4 +25,16 @@ Requires mysqlplus and the EM.attach patch.
   SQL('select sleep(0.25)'){ p 'done' }
   SQL('select sleep(0.25)'){ p 'done' }
   SQL('select sleep(0.25)'){ p 'done' }
-  SQL('select sleep(0.25)'){ p 'done' }
\ No newline at end of file
+  SQL('select sleep(0.25)'){ p 'done' }
+
+Also includes a sequel async wrapper
+
+  require 'sequel'
+  require 'sequel/async'
+
+  DB = Sequel.connect(:adapter =&gt; 'mysql', :user =&gt; 'root', :database =&gt; 'test', ...)
+  EventedMysql.settings.update(..., :on_error =&gt; proc{|e| log 'error', e })
+
+  DB[:table].where(:field =&gt; 'value').async_update(:field =&gt; 'new value')
+
+For more info, see the comments in lib/sequel/async.rb
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9f4d302390b0ba54e1c43d5c738c4ba441daf72c</id>
    </parent>
  </parents>
  <author>
    <name>Aman Gupta</name>
    <email>aman@tmm1.net</email>
  </author>
  <url>http://github.com/tmm1/em-mysql/commit/f79ac4a56dcfbb27f5f14db2d4e1929b78d37c29</url>
  <id>f79ac4a56dcfbb27f5f14db2d4e1929b78d37c29</id>
  <committed-date>2009-06-29T16:58:15-07:00</committed-date>
  <authored-date>2009-06-29T16:58:15-07:00</authored-date>
  <message>EM.attach is bundled with &gt;= 0.12.2; Blurb about sequel/async</message>
  <tree>0f449e4ffdb3a193c59050687c99c4ede33a3f19</tree>
  <committer>
    <name>Aman Gupta</name>
    <email>aman@tmm1.net</email>
  </committer>
</commit>
