public
Description: Trivial async MySQL driver for Ruby EventMachine
Homepage:
Clone URL: git://github.com/tqbf/asymy.git
asymy / asymy.rb
100644 9 lines (6 sloc) 0.148 kb
1
2
3
4
5
6
7
8
9
%w[util
constants
messages
prepared_statement
connection].each {|f| require "#{ File.dirname(__FILE__) }/#{ f }" }
 
require 'stringio'