Sha256: a895b59ce76a784ad1048fd6db2fd0d57a790c201cbbd6e7fc9abb5b8aaa8dfe
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
module Trinidad module Extensions class MysqlDbpoolWebAppExtension < DbpoolWebAppExtension def driver_name 'com.mysql.jdbc.Driver' end def protocol 'jdbc:mysql://' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems