Guest User

Untitled

a guest
May 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. require 'rubygems'
  2. require 'sequel'
  3. Sequel.connect('mysql://root:haslo@localhost:123/test')['show tables'].print
Add Comment
Please, Sign In to add comment