| 52 | |
| 53 | class << self |
| 54 | def source |
| 55 | @source ||= Mysql2::Client.new( |
| 56 | host: "127.0.0.1", |
| 57 | port: 29291, |
| 58 | username: "root", |
| 59 | password: "" |
| 60 | ) |
| 61 | end |
| 62 | |
| 63 | def target |
| 64 | @target ||= Mysql2::Client.new( |
nothing calls this directly
no outgoing calls
no test coverage detected