9 lines
152 B
Ruby
9 lines
152 B
Ruby
# encoding: UTF-8
|
|
require 'mysql2_ext'
|
|
|
|
# = Mysql2
|
|
#
|
|
# A modern MySQL client library for Ruby, binding to libmysql
|
|
module Mysql2
|
|
VERSION = "0.0.1"
|
|
end |