tarantool16-ruby:Tarantool 1.6的Ruby驱动程序

时间:2024-06-04 21:34:02
【文件属性】:

文件名称:tarantool16-ruby:Tarantool 1.6的Ruby驱动程序

文件大小:20KB

文件格式:ZIP

更新时间:2024-06-04 21:34:02

Ruby

Tarantool16 这是 1.6版的适配器。 (版本<= 1.5的适配器称为 ) 安装 将此行添加到您的应用程序的Gemfile中: gem 'tarantool16' 然后执行: $ bundle 或将其自己安装为: $ gem install tarantool16 用法 当前仅实现简单的单线程一次请求连接。 require 'tarantool16' db = Tarantool16 . new host : 'localhost:33013' #db = Tarantool16.new host:'localhost:33013', user:'tester', password:'testpass' # select from '_space' space info about 'test' table # returns array of tuples


【文件预览】:
tarantool16-ruby-master
----.gitignore(141B)
----tarantool16.gemspec(961B)
----LICENSE.txt(1KB)
----README.md(2KB)
----lib()
--------tarantool16()
--------tarantool16.rb(389B)
----Gemfile(96B)
----Rakefile(73B)
----test()
--------bench_timeout.rb(990B)
--------helper.rb(3KB)
--------test_dumb.rb(4KB)
--------config.lua(1KB)

网友评论