Sha256: 7e2edff24d28106d60b873c6a25c0e615a5245048d5e5d42a6595b96b557c319

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 Bytes

Contents

# encoding: utf-8

module Javlibrary
    def client
        client = Mysql2::Client.new(:host => "127.0.0.1",
                                    :username => "root",
                                    :password => "XuHefeng",
                                    :database => "javlibrary_new")
    end

    module_function :client
end


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
javlibrary-0.1.2 lib/javlibrary/database.rb
javlibrary-0.1.1 lib/javlibrary/database.rb