Sha256: f4fb657f718f0d379c7a6b37711a81501600ff7756fb198b44c8338b0c66f1b1
Contents?: true
Size: 220 Bytes
Versions: 2
Compression:
Stored size: 220 Bytes
Contents
module Muzzy module DatabaseAdapter class AdapterBase def confirm_database; end def create_database; end def confirm_table; end def create_table; end def import; end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
muzzy-0.1.13 | lib/muzzy/database_adapters/adapter_base.rb |
muzzy-0.1.12 | lib/muzzy/database_adapters/adapter_base.rb |