Sha256: 8186e83b02aebb5dcf8a96ca96650686ffbd11fe971300552831a258260e1003
Contents?: true
Size: 245 Bytes
Versions: 45
Compression:
Stored size: 245 Bytes
Contents
require 'flydata/command/sync' require 'flydata/source_mysql/command/mysql_command_base' # Command class must be in module Flydata::Command module Flydata module Command class Mysql < Sync include MysqlCommandBase end end end
Version data entries
45 entries across 45 versions & 1 rubygems