Sha256: bbf55d2212ef771f9f46f84e40ee8796e86d80e1094b58e8d1c2f07c5db69df8
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
module SwitchDb module Database require 'switch_db/database/abstract' require 'switch_db/database/mysql' # Currently, supported database is only 'mysql' def self.current_database SwitchDb::Database::Mysql end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
switch_db-0.2.0 | lib/switch_db/database.rb |
switch_db-0.1.1 | lib/switch_db/database.rb |
switch_db-0.1.0 | lib/switch_db/database.rb |