# File lib/amalgalite/database.rb, line 170
    def close
      if open? then
        @api.close
        @open = false
      end
    end