Skip to content

Commit

Permalink
Merge pull request #126 from k0i/fix/README
Browse files Browse the repository at this point in the history
Fix contrib/readme.md
  • Loading branch information
composerinteralia authored Oct 11, 2023
2 parents bed8602 + 594d848 commit d69ae30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ $ gem install trilogy
``` ruby
client = Trilogy.new(host: "127.0.0.1", port: 3306, username: "root", read_timeout: 2)
if client.ping
client.query_options[:database_timezone] = :utc
client.change_db "mydb"

result = client.query("SELECT id, created_at FROM users LIMIT 10")
Expand Down

0 comments on commit d69ae30

Please sign in to comment.