Skip to content

Commit

Permalink
Fix contrib/readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k0i committed Oct 11, 2023
1 parent bed8602 commit 594d848
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 594d848

Please sign in to comment.