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