# File lib/couchrest/core/database.rb, line 233
    def create!
      bool = server.create_db(@name) rescue false
      bool && true
    end