# File lib/og.rb, line 379
                def create_db!(config)
                        get_connection().db.create_db(config[:database], config[:user], 
                                        config[:password])
                end