10 lines
168 B
Ruby
10 lines
168 B
Ruby
# encoding: UTF-8
|
|
require 'mysql2.so'
|
|
|
|
# = Mysql2
|
|
#
|
|
# A modern, simple and very fast Mysql library for Ruby - binding to libmysql
|
|
module Mysql2
|
|
VERSION = "0.1.8"
|
|
end
|